Skip to content
Snippets Groups Projects
Commit 95d87fe4 authored by Pinar Alper's avatar Pinar Alper
Browse files

Bump version: 0.1.0 → 0.2.0-dev

parent bebdada8
No related branches found
No related merge requests found
[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}
......
......@@ -11,7 +11,7 @@ pip install -e .[dev]
## Current Version
**v0.1.0**
**v0.2.0-dev**
__VERSION__ = "0.1.0"
\ No newline at end of file
__VERSION__ = "0.2.0-dev"
\ No newline at end of file
......@@ -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'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment