Skip to content

Commit

Permalink
Merge pull request #615 from permitio/rk/bump-ver-0.7.8
Browse files Browse the repository at this point in the history
Bump version to 0.7.8
  • Loading branch information
roekatz committed Jul 13, 2024
2 parents b3d4625 + 9f3efba commit b8c8306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/__packaging__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
Project homepage: https://github.com/permitio/opal
"""

import os

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

__version__ = VERSION_STRING
Expand Down

0 comments on commit b8c8306

Please sign in to comment.