Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zbenjamin committed May 9, 2017
1 parent 7b406b6 commit 755fdfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.0 -- May 8, 2017

- Add vectorized versions of the simplex noise functions

1.0.0 -- April 11, 2017

- Initial fork from https://github.com/caseman/noise
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Copyright (c) 2017, Zev Benjamin <[email protected]>
"""

__version__ = "1.0.0"
__version__ = "1.1.0"

from . import _perlin, _simplex

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='vec_noise',
version='1.0.0',
version='1.1.0',
description='Vectorized Perlin noise for Python',
long_description='''\
This is a fork of Casey Duncan's noise library that vectorizes all of the noise
Expand Down

0 comments on commit 755fdfa

Please sign in to comment.