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 e06b1d8 commit 94d5954Copy full SHA for 94d5954
setup.py
@@ -124,7 +124,7 @@ def build_zlib_ng():
124
125
setup(
126
name="zlib-ng",
127
- version="0.5.0-dev",
+ version="0.4.2",
128
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
129
author="Leiden University Medical Center",
130
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.5.0-dev"
+__version__ = "0.4.2"
0 commit comments