Skip to content

Commit 48b51d2

Browse files
committed
changed version number
1 parent b8a8c99 commit 48b51d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyporcc
3-
version = 0.1.2
3+
version = 0.1.3
44
author = Clea Parcerisas
55
author_email = [email protected]
66
description = Adapted PorCC to python

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
setuptools.setup(name='pyporcc',
4-
version='0.1.2',
4+
version='0.1.3',
55
description='Adapted PorCC to python',
66
url='https://github.com/cparcerisas/pyporcc.git',
77
author='Clea Parcerisas',

0 commit comments

Comments
 (0)