Skip to content

Commit e43887f

Browse files
committed
bumped verison
1 parent 5775948 commit e43887f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33
files = setup.py aurora/__init__.py

Diff for: aurora/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
test_suite="tests",
4848
tests_require=test_requirements,
4949
url="https://github.com/simpeg/aurora",
50-
version="0.0.0",
50+
version="0.0.1",
5151
zip_safe=False,
5252
)

0 commit comments

Comments
 (0)