Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chpolste committed Jun 2, 2024
1 parent fad6580 commit f3e0065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ Dependencies:
- [pyspharm](https://github.com/jswhit/pyspharm)
- [matplotlib](https://github.com/matplotlib/matplotlib) (optional)
- [PyWavelets](https://github.com/PyWavelets/pywt) (optional, >= 1.1)
- [hn2016_falwa](https://github.com/csyhuang/hn2016_falwa) (optional)
- [falwa](https://github.com/csyhuang/hn2016_falwa) (optional, hn2016_falwa for 3.0.x)


## License

Copyright 2019-2022 Christopher Polster
Copyright 2019-2024 Christopher Polster

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/barotropic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .model import BarotropicModel
from .state import State, StateList

__version__ = "3.0.1"
__version__ = "3.1.0"

# Explicitly define the public interface
__all__ = [
Expand Down

0 comments on commit f3e0065

Please sign in to comment.