Skip to content

Commit 0cfa852

Browse files
committed
Bump version number to 0.3.1.
1 parent d566de3 commit 0cfa852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __getattr__(cls, name):
7676
'T.S. Jayram, Ahmet S. Ozcan'
7777

7878
# The short X.Y version
79-
version = '0.3.0'
79+
version = '0.3.1'
8080
# The full version, including alpha/beta/rc tags
8181
release = 'master'
8282

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# For a discussion on single-sourcing the version across setup.py and the
4444
# project code, see
4545
# https://packaging.python.org/en/latest/single_source_version.html
46-
version='0.3.0', # Required
46+
version='0.3.1', # Required
4747

4848
# This is a one-line description or tagline of what your project does. This
4949
# corresponds to the "Summary" metadata field:

0 commit comments

Comments
 (0)