Skip to content

Commit 43a9d1c

Browse files
committed
Set stable version
1 parent bf870c1 commit 43a9d1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
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.3.0-dev
10+
version 0.3.0
1111
-----------------
1212
+ Source distributions on Linux now default to building with configure and
1313
make as it is faster and has less dependencies than CMake.

setup.py

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

124124
setup(
125125
name="zlib-ng",
126-
version="0.3.0-dev",
126+
version="0.3.0",
127127
description="Drop-in replacement for zlib and gzip modules using zlib-ng",
128128
author="Leiden University Medical Center",
129129
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.3.0-dev"
8+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)