Skip to content

Commit

Permalink
bump 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspreetj committed Mar 10, 2022
1 parent 9541d8b commit 15e5289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = "Jaspreet Jhoja"
__email__ = "jj@alumni.ubc.ca"
__version__ = "0.3.1"
__version__ = "0.3.2"

# initialize OPICS package

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.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def get_install_requires():
install_requires=get_install_requires(),
test_suite="tests",
url="https://github.com/jaspreetj/opics",
version="0.3.1",
version="0.3.2",
zip_safe=False,
)

0 comments on commit 15e5289

Please sign in to comment.