File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
- version 0.3.0-dev
10
+ version 0.3.0
11
11
-----------------
12
12
+ Source distributions on Linux now default to building with configure and
13
13
make as it is faster and has less dependencies than CMake.
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def build_zlib_ng():
123
123
124
124
setup (
125
125
name = "zlib-ng" ,
126
- version = "0.3.0-dev " ,
126
+ version = "0.3.0" ,
127
127
description = "Drop-in replacement for zlib and gzip modules using zlib-ng" ,
128
128
author = "Leiden University Medical Center" ,
129
129
author_email = "[email protected] " ,
# A placeholder for now
Original file line number Diff line number Diff line change 5
5
# This file is part of python-zlib-ng which is distributed under the
6
6
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
7
7
8
- __version__ = "0.3.0-dev "
8
+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments