We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4815ae8 commit 3c2cf21Copy full SHA for 3c2cf21
pycompatlayer.py
@@ -7,7 +7,7 @@
7
8
import sys
9
10
-__version__ = "0.0.10-beta"
+__version__ = "0.0.10"
11
__author__ = "ale5000"
12
__copyright__ = "Copyright (C) 2016, ale5000"
13
__license__ = "LGPLv3+"
setup.py
@@ -4,7 +4,7 @@
4
setuptools.setup(
5
zip_safe=True,
6
name="PyCompatLayer",
- version="0.0.9",
+ version="0.0.10",
description="Compatibility layer for Python",
long_description="See https://pypi.python.org/pypi/PyCompatLayer",
url="https://github.com/ale5000-git/pycompatlayer",
0 commit comments