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
bebdada8
Commit
bebdada8
authored
Oct 06, 2018
by
Pinar Alper
Browse files
Bump version: 0.1.0-dev → 0.1.0
parent
24320e80
Changes
4
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
bebdada8
[bumpversion]
commit = True
tag = True
current_version = 0.1.0
-dev
current_version = 0.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
...
...
@@ -9,12 +9,10 @@ serialize =
[bumpversion:file:setup.py]
[bumpversion:file:
elixir_dcp
/__init__.py]
[bumpversion:file:
metadata_tools
/__init__.py]
[bumpversion:file:README.md]
[bumpversion:file:elixir_dcp/static/vendor/package.json]
[bumpversion:part:release]
optional_value = gamma
values =
...
...
README.md
View file @
bebdada8
...
...
@@ -11,7 +11,7 @@ pip install -e .[dev]
## Current Version
**v0.
0.1-dev
**
**v0.
1.0
**
metadata_tools/__init__.py
View file @
bebdada8
__VERSION__
=
"0.1.0"
\ No newline at end of file
setup.py
View file @
bebdada8
...
...
@@ -18,7 +18,7 @@ test_requirements = [
setup
(
name
=
'metadata-tools'
,
version
=
'0.
0.1-dev
'
,
version
=
'0.
1.0
'
,
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