Skip to content

Commit 3808aa7

Browse files
committed
Bumped version to 0.2.0
1 parent 6d05e19 commit 3808aa7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3-
#### 0.1.0 (2021-02-25)
3+
## 0.2.0 (2022-04-12)
4+
5+
* Fixed Numpy deprecation warning related to `np.asscalar()` (#3)
6+
* Removed dependency on `pkg_resources` (#2)
7+
8+
9+
## 0.1.0 (2021-02-25)
410

511
* 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.2.0a0",
10+
version="0.2.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)