Skip to content

Commit

Permalink
Bump version for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Feb 25, 2022
1 parent 73e54a9 commit 22d5749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_POINT = 0
VERSION_POINT = 1
# Define ZSTD macro for cython compilation
default_options["compile_time_env"] = {"ZSTD_SUPPORT": False}

# Only unset in the 'release' branch and in tags.
VERSION_DEV = 1
VERSION_DEV = None

VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_POINT)
if VERSION_DEV:
Expand Down

0 comments on commit 22d5749

Please sign in to comment.