Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 24, 2023
1 parent 61f6f54 commit d6cd4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__summary__ = "Transparent Adaptive Resource Dynamic Integration System"
__url__ = "https://github.com/matterminers/tardis"

__version__ = "0.6.0"
__version__ = "0.7.0"
__author__ = "Manuel Giffels, Matthias Schnepf"
__email__ = "[email protected]"
__copyright__ = "2018 - 2021 %s and Contributors" % __author__
__copyright__ = "2018 - 2022 %s and Contributors" % __author__
__keywords__ = "asyncio tardis cloud scheduler"

0 comments on commit d6cd4ae

Please sign in to comment.