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 2b0e276 commit cdc2983Copy full SHA for cdc2983
ChangeLog
@@ -1,3 +1,7 @@
1
+# v1.0.1
2
+* Some basic doc
3
+* Fixed setup
4
+
5
# v1.0.0
6
* Rasterization with `numba`
7
* First public version which works!
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='pclines',
10
- version='1.0.0',
+ version='1.0.1',
11
description='PCLines transform for python',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
0 commit comments