Skip to content

Commit 686e32a

Browse files
roekatzomer9564
andauthored
Bump package version to 0.7.5 (#560)
* Bump package version to 0.7.5 * Update packages/__packaging__.py Co-authored-by: omer9564 <[email protected]> --------- Co-authored-by: omer9564 <[email protected]>
1 parent 95ec386 commit 686e32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/__packaging__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
import os
1010

11-
VERSION = (0, 7, 4)
11+
VERSION = (0, 7, 5)
1212
VERSION_STRING = ".".join(map(str, VERSION))
1313

1414
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)