Skip to content

Commit 11d65b6

Browse files
committed
Set stable version
1 parent 8c9eb6d commit 11d65b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10-
version 0.2.0-dev
10+
version 0.2.0
1111
-----------------
1212
+ Update embedded zlib-ng version to 2.0.7
1313
+ Escape GIL for adler32 and crc32 functions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def build_zlib_ng():
121121

122122
setup(
123123
name="zlib-ng",
124-
version="0.2.0-dev",
124+
version="0.2.0",
125125
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
126126
author="Leiden University Medical Center",
127127
author_email="r.h.p.vorderman@lumc.nl", # A placeholder for now

src/zlib_ng/__init__.py

Lines changed: 1 addition & 1 deletion
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.2.0-dev"
8+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)