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 fedd078 commit a7f893bCopy full SHA for a7f893b
setup.py
@@ -121,7 +121,7 @@ def build_zlib_ng():
121
122
setup(
123
name="zlib-ng",
124
- version="0.2.0",
+ version="0.3.0-dev",
125
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
126
author="Leiden University Medical Center",
127
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.2.0"
+__version__ = "0.3.0-dev"
0 commit comments