Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Jun 19, 2023
1 parent a60adf8 commit ba2fb3f
Show file tree
Hide file tree
Showing 3 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 = 3.0.0
current_version = 3.0.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def setup(app):
author = u'Sarath Menon'

# The short X.Y version
version = u'3.0.0'
version = u'3.0.1'
# The full version, including alpha/beta/rc tags
release = u'3.0.0'
release = u'3.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyscal3',
version='3.0.0',
version='3.0.1',
author='Sarath Menon',
author_email='[email protected]',
description='Python library written in C++ for calculation of local atomic structural environment',
Expand Down

0 comments on commit ba2fb3f

Please sign in to comment.