Skip to content

Commit

Permalink
Bump v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Nov 10, 2023
1 parent 1b3b31d commit 9c28757
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.1.1] - 2023-11-10
### Bugfix 🐛:
- Fix mutable properties of `mh.StateTraj` and `mh.LumpedStateTraj`, #43

Expand Down Expand Up @@ -188,7 +191,8 @@ Chapman-Kolmogorov test
- Initial release


[Unreleased]: https://github.com/moldyn/msmhelper/compare/v1.1.0...main
[Unreleased]: https://github.com/moldyn/msmhelper/compare/v1.1.1...main
[1.1.1]: https://github.com/moldyn/msmhelper/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/moldyn/msmhelper/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/moldyn/msmhelper/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/moldyn/msmhelper/compare/v1.0.2...v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def remove_gh_dark_mode_only_tags(text, tag='#gh-dark-mode-only'):
# This call to setup() does all the work
setuptools.setup(
name='msmhelper',
version='1.1.0',
version='1.1.1',
description='Helper functions for Markov State Models.',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/msmhelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
unique,
)

__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 9c28757

Please sign in to comment.