Skip to content

Commit 63f4681

Browse files
committed
Bump version: 3.0.1 → 3.1.0
1 parent 02b1604 commit 63f4681

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.1
2+
current_version = 3.1.0
33
commit = True
44
tag = True
55

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def setup(app):
3838
author = u'Sarath Menon'
3939

4040
# The short X.Y version
41-
version = u'3.0.1'
41+
version = u'3.1.0'
4242
# The full version, including alpha/beta/rc tags
43-
release = u'3.0.1'
43+
release = u'3.1.0'
4444

4545

4646
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pyscal3',
10-
version='3.0.1',
10+
version='3.1.0',
1111
author='Sarath Menon',
1212
author_email='[email protected]',
1313
description='Python library written in C++ for calculation of local atomic structural environment',

0 commit comments

Comments
 (0)