Skip to content

Commit

Permalink
Merge pull request #308 from simpeg/fix_issue_303
Browse files Browse the repository at this point in the history
Fix issue 303
  • Loading branch information
kkappler authored Nov 10, 2023
2 parents d79ff01 + 83e3a8d commit 1e904a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.8
current_version = 0.3.9
files = setup.py aurora/__init__.py
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ include README.rst

recursive-include tests *
recursive-include data *
recursive-include tests/parkfield/config/*.json
# recursive-include tests/parkfield/config/ *.json
recursive-include aurora/config/emtf_band_setup/ *.cfg
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
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.8"
__version__ = "0.3.9"

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.8",
version="0.3.9",
zip_safe=False,
)

0 comments on commit 1e904a5

Please sign in to comment.