Skip to content

Commit a7f893b

Browse files
committed
Set new development version
1 parent fedd078 commit a7f893b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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",
124+
version="0.3.0-dev",
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"
8+
__version__ = "0.3.0-dev"

0 commit comments

Comments
 (0)