Skip to content

Commit 3c2cf21

Browse files
committed
Bump version
1 parent 4815ae8 commit 3c2cf21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycompatlayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import sys
99

10-
__version__ = "0.0.10-beta"
10+
__version__ = "0.0.10"
1111
__author__ = "ale5000"
1212
__copyright__ = "Copyright (C) 2016, ale5000"
1313
__license__ = "LGPLv3+"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setuptools.setup(
55
zip_safe=True,
66
name="PyCompatLayer",
7-
version="0.0.9",
7+
version="0.0.10",
88
description="Compatibility layer for Python",
99
long_description="See https://pypi.python.org/pypi/PyCompatLayer",
1010
url="https://github.com/ale5000-git/pycompatlayer",

0 commit comments

Comments
 (0)