We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 618f267 + 03a7806 commit 803fcfeCopy full SHA for 803fcfe
.bumpversion.cfg
@@ -1,3 +1,3 @@
1
[bumpversion]
2
-current_version = 0.3.11
+current_version = 0.3.12
3
files = setup.py aurora/__init__.py
aurora/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.3.11"
+__version__ = "0.3.12"
import sys
4
from loguru import logger
setup.py
@@ -51,6 +51,6 @@
51
test_suite="tests",
52
tests_require=test_requirements,
53
url="https://github.com/simpeg/aurora",
54
- version="0.3.11",
+ version="0.3.12",
55
zip_safe=False,
56
)
0 commit comments