Skip to content

Commit 1462a5c

Browse files
committed
Version update
1 parent f5db725 commit 1462a5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pclines',
10-
version='0.0.1-dev',
10+
version='1.0.0',
1111
description='PCLines transform for python',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
@@ -19,7 +19,6 @@
1919
packages=["pclines"],
2020
python_requires='>=3.6',
2121
project_urls={
22-
"Bug report": 'https://github.com/RomanJuranek/pclines-python/issues',
23-
22+
"Bug reports": 'https://github.com/RomanJuranek/pclines-python/issues',
2423
},
2524
)

0 commit comments

Comments
 (0)