Skip to content

Commit

Permalink
Merge pull request #624 from permitio/rk/bump-0.7.9
Browse files Browse the repository at this point in the history
Bump version to 0.7.9
  • Loading branch information
roekatz authored Jul 17, 2024
2 parents e5f5dba + 1f6ce77 commit ec8478d
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 @@ -9,7 +9,7 @@

import os

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

__version__ = VERSION_STRING
Expand Down

0 comments on commit ec8478d

Please sign in to comment.