Skip to content

Commit

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


## [Unreleased]


## [0.1.1] - 2023-11-07
#### Added Features and Improvements 🙌
- Add python 3.12 support

#### Other changes:
- Slightly improved Readme and docs


## [0.1.0] - 2023-09-13
- Initial release 🎉


[Unreleased]: https://github.com/moldyn/normi/compare/v0.1.0...main
[Unreleased]: https://github.com/moldyn/normi/compare/v0.1.1...main
[0.1.1]: https://github.com/moldyn/normi/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/moldyn/normi/tree/v0.1.0
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='normi',
version='0.1.0',
version='0.1.1',
description='Estimator for Normalized Mutual Information',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/normi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from ._estimators import NormalizedMI


__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit c2582ed

Please sign in to comment.