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
banesullivan committed Feb 18, 2024
1 parent af2bea2 commit bad9f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion PVGeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def tryVTK():
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '3.0.0'
__version__ = '3.0.1'
__displayname__ = 'PVGeo'


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

import setuptools

__version__ = '3.0.0'
__version__ = '3.0.1'

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit bad9f3e

Please sign in to comment.