diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60115c4..05b74cb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1-dev +current_version = 0.0.1 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 d3544c4..bdb51be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = pybel_git -version = 0.0.1-dev +version = 0.0.1 url = https://github.com/cthoyt/pybel-git download_url = https://github.com/cthoyt/pybel-git/releases project_urls =