diff --git a/changelog.md b/changelog.md index dc197c4..3f6eb18 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index e1a3726..5a40a8b 100755 --- a/setup.py +++ b/setup.py @@ -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, ) diff --git a/tomosipo/__init__.py b/tomosipo/__init__.py index 8e9fd77..5d020fe 100644 --- a/tomosipo/__init__.py +++ b/tomosipo/__init__.py @@ -5,7 +5,7 @@ __author__ = """Allard Hendriksen""" __email__ = "allard.hendriksen@cwi.nl" # Also edit the version in setup.py! -__version__ = "0.5.1" +__version__ = "0.6.0" from .Operator import operator from .Data import data