Skip to content

Commit

Permalink
Update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmurail committed Nov 20, 2023
1 parent 6f77e22 commit 2f20fb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'pdb_numpy'
copyright = '2023, Samuel Murail'
author = 'Samuel Murail'
release = '0.0.1'
release = '0.0.2'

# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version="0.0.1"
version="0.0.2"

with open('README.rst', encoding='utf-8') as readme_file:
readme = readme_file.read()
Expand Down
2 changes: 1 addition & 1 deletion src/pdb_numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2022, RPBS"
__credits__ = ["Samuel Murail"]
__license__ = "GNU General Public License v2.0"
__version__ = "0.0.1"
__version__ = "0.0.2"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down

0 comments on commit 2f20fb3

Please sign in to comment.