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 Jul 29, 2020
1 parent d8760e5 commit 2ec887b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 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 @@ -26,4 +26,3 @@ replace = version = {new_version}
[bumpversion:file:docs/source/conf.py]
search = release = '{current_version}'
replace = release = '{new_version}'

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
copyright = '2019-2020, Vinay Bharadhwaj, Daniel Domingo-Fernández and Charles Tapley Hoyt'
author = 'Vinay Bharadhwaj, Daniel Domingo-Fernández and Charles Tapley Hoyt'

release = '0.0.1-dev'
release = '0.0.1'

parsed_version = re.match(
'(?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 Down
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 = clep
version = 0.0.1-dev
version = 0.0.1
description = A Hybrid Data and Knowledge Driven Framework for Generating Patient Representations
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 2ec887b

Please sign in to comment.