We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a8c99 commit 48b51d2Copy full SHA for 48b51d2
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyporcc
3
-version = 0.1.2
+version = 0.1.3
4
author = Clea Parcerisas
5
author_email = [email protected]
6
description = Adapted PorCC to python
setup.py
@@ -1,7 +1,7 @@
import setuptools
setuptools.setup(name='pyporcc',
- version='0.1.2',
+ version='0.1.3',
description='Adapted PorCC to python',
url='https://github.com/cparcerisas/pyporcc.git',
7
author='Clea Parcerisas',
0 commit comments