Skip to content

Commit

Permalink
Version bump 0.5.1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
D1rk123 committed Aug 2, 2022
1 parent 12e95f6 commit af10c1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html) when it reaches version 1.0.
### Deprecated
### Security

## [0.6.0] - 2022-07-19
## [0.6.0] - 2022-08-02
### Added
- References and links to ts_algorithms were added to the readme
### Changed
Expand Down Expand Up @@ -148,7 +148,8 @@ This is a major release. It introduces two features that define tomosipo in its



[Unreleased]: https://github.com/ahendriksen/tomosipo/compare/v0.5.1...develop
[Unreleased]: https://github.com/ahendriksen/tomosipo/compare/v0.6.0...develop
[0.6.0]: https://github.com/ahendriksen/tomosipo/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/ahendriksen/tomosipo/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/ahendriksen/tomosipo/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/ahendriksen/tomosipo/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
extras_require={'dev': dev_requirements},
url='https://github.com/ahendriksen/tomosipo',
# Also edit the version in tomosipo/__init__.py!
version='0.5.1',
version='0.6.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tomosipo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = """Allard Hendriksen"""
__email__ = "[email protected]"
# Also edit the version in setup.py!
__version__ = "0.5.1"
__version__ = "0.6.0"

from .Operator import operator
from .Data import data
Expand Down

0 comments on commit af10c1c

Please sign in to comment.