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 f5db725 commit 1462a5cCopy full SHA for 1462a5c
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='pclines',
10
- version='0.0.1-dev',
+ version='1.0.0',
11
description='PCLines transform for python',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
@@ -19,7 +19,6 @@
19
packages=["pclines"],
20
python_requires='>=3.6',
21
project_urls={
22
- "Bug report": 'https://github.com/RomanJuranek/pclines-python/issues',
23
-
+ "Bug reports": 'https://github.com/RomanJuranek/pclines-python/issues',
24
},
25
)
0 commit comments