Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
metadata-tools
Commits
95d87fe4
Commit
95d87fe4
authored
Oct 06, 2018
by
Pinar Alper
Browse files
Bump version: 0.1.0 → 0.2.0-dev
parent
bebdada8
Changes
4
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
95d87fe4
[bumpversion]
commit = True
tag = True
current_version = 0.
1
.0
current_version = 0.
2
.0
-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
...
...
README.md
View file @
95d87fe4
...
...
@@ -11,7 +11,7 @@ pip install -e .[dev]
## Current Version
**v0.
1
.0**
**v0.
2
.0
-dev
**
metadata_tools/__init__.py
View file @
95d87fe4
__VERSION__
=
"0.1.0"
\ No newline at end of file
__VERSION__
=
"0.2.0-dev"
\ No newline at end of file
setup.py
View file @
95d87fe4
...
...
@@ -18,7 +18,7 @@ test_requirements = [
setup
(
name
=
'metadata-tools'
,
version
=
'0.
1
.0'
,
version
=
'0.
2
.0
-dev
'
,
description
=
"A utility tool for using validating ELIXIR metadata files."
,
packages
=
find_packages
(
exclude
=
[
'contrib'
,
'docs'
,
'tests*'
]),
package_dir
=
{
'metadata_tools'
:
'metadata_tools'
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment