Skip to content

Commit

Permalink
version release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Feb 22, 2016
1 parent 7282d2a commit 0a36ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ History
* Initial documentation added
* `phase` and `type` properties renamed to `name`

0.3.0 (2016-02-22)
0.3.1 (2016-02-22)
------------------
* classification is persitant trough fancy indexing
* empty classes allowed
Expand Down
2 changes: 1 addition & 1 deletion polylx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__author__ = 'Ondrej Lexa'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='polylx',
version='0.3.0',
version='0.3.1',
description="A Python package to visualize and analyze microstructures.",
long_description=readme + '\n\n' + history,
author="Ondrej Lexa",
Expand Down

0 comments on commit 0a36ce7

Please sign in to comment.