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

Commit 3c46225

Browse files
committed
Bump version: 0.3.0-dev → 0.3.0
1 parent bf3a4ab commit 3c46225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0-dev
2+
current_version = 0.3.0
33
commit = True
44
tag = False
55
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-]+)*))?

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = '2018, Charles Tapley Hoyt'
1414
author = 'Charles Tapley Hoyt'
1515

16-
release = '0.3.0-dev'
16+
release = '0.3.0'
1717

1818
# The short X.Y version.
1919
parsed_version = re.match(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##########################
44
[metadata]
55
name = pybel_jupyter
6-
version = 0.3.0-dev
6+
version = 0.3.0
77
description = A PyBEL extension for Jupyter notebooks
88
long_description = file: README.rst
99

0 commit comments

Comments
 (0)