diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 05b74cb..6f53a49 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2-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 6089860..533d3a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pathway-forte -version = 0.0.1 +version = 0.0.2-dev description = A Python package for comparing the effect of pathway database choice in functional enrichment and classification methods long_description = file: README.rst