We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5b779 commit dc647e2Copy full SHA for dc647e2
setup.py
@@ -123,7 +123,7 @@ def build_zlib_ng():
123
124
setup(
125
name="zlib-ng",
126
- version="0.4.0",
+ version="0.5.0-dev",
127
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
128
author="Leiden University Medical Center",
129
author_email="r.h.p.vorderman@lumc.nl", # A placeholder for now
src/zlib_ng/__init__.py
@@ -5,4 +5,4 @@
5
# This file is part of python-zlib-ng which is distributed under the
6
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
7
8
-__version__ = "0.4.0"
+__version__ = "0.5.0-dev"
0 commit comments