Skip to content

Commit 22d5749

Browse files
committed
Bump version for 0.4.1 release
1 parent 73e54a9 commit 22d5749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
VERSION_MAJOR = 0
2121
VERSION_MINOR = 4
22-
VERSION_POINT = 0
22+
VERSION_POINT = 1
2323
# Define ZSTD macro for cython compilation
2424
default_options["compile_time_env"] = {"ZSTD_SUPPORT": False}
2525

2626
# Only unset in the 'release' branch and in tags.
27-
VERSION_DEV = 1
27+
VERSION_DEV = None
2828

2929
VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_POINT)
3030
if VERSION_DEV:

0 commit comments

Comments
 (0)