Skip to content

Commit

Permalink
Bump version: 0.0.1-dev → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed May 9, 2019
1 parent 786f53e commit 78f71df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1-dev
current_version = 0.0.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Expand All @@ -19,7 +19,7 @@ values =
[bumpverion:part:build]
values = [0-9A-Za-z-]+


[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##########################
[metadata]
name = pathway-forte
version = 0.0.1-dev
version = 0.0.1
description = A Python package for comparing the effect of pathway database choice in functional enrichment and classification methods
long_description = file: README.rst

Expand Down

0 comments on commit 78f71df

Please sign in to comment.