Skip to content

Commit

Permalink
Merge pull request #317 from simpeg/fix_issue_31
Browse files Browse the repository at this point in the history
bumpversion for release
  • Loading branch information
kkappler authored Jan 11, 2024
2 parents 618f267 + 03a7806 commit 803fcfe
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.11
current_version = 0.3.12
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,4 +1,4 @@
__version__ = "0.3.11"
__version__ = "0.3.12"

import sys
from loguru import logger
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/simpeg/aurora",
version="0.3.11",
version="0.3.12",
zip_safe=False,
)

0 comments on commit 803fcfe

Please sign in to comment.