Skip to content

Commit

Permalink
bumpversion patch to test on condaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Sep 30, 2023
1 parent ede3e2a commit ad22598
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,3 +1,3 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
files = setup.py aurora/__init__.py
2 changes: 1 addition & 1 deletion aurora/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/simpeg/aurora",
version="0.3.2",
version="0.3.3",
zip_safe=False,
)

0 comments on commit ad22598

Please sign in to comment.