Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.2.2-dev → 0.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 16, 2020
1 parent dee415d commit bf3a4ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2-dev
current_version = 0.3.0-dev
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,3 +26,4 @@ replace = release = '{new_version}'
[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
copyright = '2018, Charles Tapley Hoyt'
author = 'Charles Tapley Hoyt'

release = '0.2.2-dev'
release = '0.3.0-dev'

# The short X.Y version.
parsed_version = re.match(
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 = pybel_jupyter
version = 0.2.2-dev
version = 0.3.0-dev
description = A PyBEL extension for Jupyter notebooks
long_description = file: README.rst

Expand Down

0 comments on commit bf3a4ab

Please sign in to comment.