Skip to content

Commit 5acdb1c

Browse files
committed
Bumped version number
1 parent 529bf6a commit 5acdb1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypkgexample/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.0'
1+
__version__ = '1.0.0'

setup.py

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

6060
setup(
6161
name='pypkgexample',
62-
version='0.0.0',
62+
version='1.0.0',
6363
description='Example python package with compiled extensions',
6464
url='https://github.com/giadarol/pypkgexample',
6565
author='Giovanni Iadarola',

0 commit comments

Comments
 (0)