Skip to content

Commit

Permalink
Bump version: 0.1.2-dev → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Tapley Hoyt committed Jul 31, 2018
1 parent 1bc309e commit ac017fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2-dev
current_version = 0.1.2
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 Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#

# The full version, including alpha/beta/rc tags.
release = '0.1.2-dev'
release = '0.1.2'

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 src/pybel_cx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'to_ndex',
]

__version__ = '0.1.2-dev'
__version__ = '0.1.2'

__title__ = 'pybel_cx'
__description__ = 'A PyBEL extension for interconversion with CX'
Expand Down
2 changes: 1 addition & 1 deletion src/pybel_cx/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]

#: The version of PyBEL-CX
VERSION = '0.1.2-dev'
VERSION = '0.1.2'

#: The name of the environment variable to search or the NDEx username
NDEX_USERNAME = 'NDEX_USERNAME'
Expand Down

0 comments on commit ac017fc

Please sign in to comment.