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 14ca34c commit 8373d7dCopy full SHA for 8373d7d
setup.py
@@ -124,7 +124,7 @@ def build_zlib_ng():
124
125
setup(
126
name="zlib-ng",
127
- version="0.4.3",
+ version="0.5.0-dev",
128
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
129
author="Leiden University Medical Center",
130
author_email="[email protected]", # 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.3"
+__version__ = "0.5.0-dev"
0 commit comments