We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d640ff9 commit cd5a075Copy full SHA for cd5a075
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Change log
2
+
3
+#### 0.1.0 (2021-02-25)
4
5
+* Initial release
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pnoise",
10
- version="0.1.0a0",
+ version="0.1.0",
11
description="Vectorized port of Processing noise() function",
12
long_description=readme,
13
long_description_content_type="text/markdown",
0 commit comments