Skip to content

Commit 94d5954

Browse files
committed
Set stable version number
1 parent e06b1d8 commit 94d5954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def build_zlib_ng():
124124

125125
setup(
126126
name="zlib-ng",
127-
version="0.5.0-dev",
127+
version="0.4.2",
128128
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
129129
author="Leiden University Medical Center",
130130
author_email="[email protected]", # A placeholder for now

src/zlib_ng/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This file is part of python-zlib-ng which is distributed under the
66
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
77

8-
__version__ = "0.5.0-dev"
8+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)