Skip to content

Commit

Permalink
Bump package version to 0.7.5 (#560)
Browse files Browse the repository at this point in the history
* Bump package version to 0.7.5

* Update packages/__packaging__.py

Co-authored-by: omer9564 <[email protected]>

---------

Co-authored-by: omer9564 <[email protected]>
  • Loading branch information
roekatz and omer9564 authored Mar 13, 2024
1 parent 95ec386 commit 686e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/__packaging__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
import os

VERSION = (0, 7, 4)
VERSION = (0, 7, 5)
VERSION_STRING = ".".join(map(str, VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit 686e32a

Please sign in to comment.