Skip to content

Commit dc647e2

Browse files
committed
Set new version
1 parent 7b5b779 commit dc647e2

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
@@ -123,7 +123,7 @@ def build_zlib_ng():
123123

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

0 commit comments

Comments
 (0)