Skip to content

Commit

Permalink
Merge pull request #353 from simpeg/patches
Browse files Browse the repository at this point in the history
Patches (bumpversion minor)
  • Loading branch information
kkappler authored Aug 31, 2024
2 parents ca403e6 + aca4742 commit 520b39f
Show file tree
Hide file tree
Showing 4 changed files with 6 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.14
current_version = 0.4.0
files = setup.py aurora/__init__.py
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
pip install -r requirements-dev.txt
pip install git+https://github.com/kujaku11/mt_metadata.git@main
pip install git+https://github.com/kujaku11/mth5.git@master
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
pip uninstall aurora -y
- name: Install Our Package
run: |
pip install -e .
conda list
pip freeze
- name: Install Jupyter and dependencies
run: |
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.14"
__version__ = "0.4.0"

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 @@ -52,6 +52,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/simpeg/aurora",
version="0.3.14",
version="0.4.0",
zip_safe=False,
)

0 comments on commit 520b39f

Please sign in to comment.