Skip to content

Commit 0a36ce7

Browse files
committed
version release fixes
1 parent 7282d2a commit 0a36ce7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ History
1515
* Initial documentation added
1616
* `phase` and `type` properties renamed to `name`
1717

18-
0.3.0 (2016-02-22)
18+
0.3.1 (2016-02-22)
1919
------------------
2020
* classification is persitant trough fancy indexing
2121
* empty classes allowed

polylx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = 'Ondrej Lexa'
1111
__email__ = '[email protected]'
12-
__version__ = '0.3.0'
12+
__version__ = '0.3.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='polylx',
31-
version='0.3.0',
31+
version='0.3.1',
3232
description="A Python package to visualize and analyze microstructures.",
3333
long_description=readme + '\n\n' + history,
3434
author="Ondrej Lexa",

0 commit comments

Comments
 (0)