diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c4d511f2..b3c728f7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4-dev +current_version = 0.2.0-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/setup.cfg b/setup.cfg index db32a036..8435ee5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyobo -version = 0.1.4-dev +version = 0.2.0-dev description = Handling and writing OBO long_description = file: README.rst diff --git a/src/pyobo/version.py b/src/pyobo/version.py index c88d6aff..4064c825 100644 --- a/src/pyobo/version.py +++ b/src/pyobo/version.py @@ -14,7 +14,7 @@ 'get_git_hash', ] -VERSION = '0.1.4-dev' +VERSION = '0.2.0-dev' def get_git_hash() -> str: