Skip to content

Commit cdc2983

Browse files
committed
Changes summary for v1.0.1
1 parent 2b0e276 commit cdc2983

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.1
2+
* Some basic doc
3+
* Fixed setup
4+
15
# v1.0.0
26
* Rasterization with `numba`
37
* First public version which works!

setup.py

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

88
setup(
99
name='pclines',
10-
version='1.0.0',
10+
version='1.0.1',
1111
description='PCLines transform for python',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)