Skip to content

Commit

Permalink
2024-01-09 Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiugonna committed Jan 10, 2024
1 parent 22d9f71 commit 5fbfee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panpipelines/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '0.8.0'
__version_tuple__ = version_tuple = (0, 8, 0)
__version__ = version = '0.9.0'
__version_tuple__ = version_tuple = (0, 9, 0)

0 comments on commit 5fbfee0

Please sign in to comment.