Skip to content

Commit cd5a075

Browse files
committed
Bumped to 0.1.0 and added CHANGELOG.md
1 parent d640ff9 commit cd5a075

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change log
2+
3+
#### 0.1.0 (2021-02-25)
4+
5+
* Initial release

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pnoise",
10-
version="0.1.0a0",
10+
version="0.1.0",
1111
description="Vectorized port of Processing noise() function",
1212
long_description=readme,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)