Bump version number
This commit is contained in:
parent
ef8c5f9368
commit
d154ef23df
@ -25,4 +25,4 @@ from .basic import NString, AString, Validation, OffsetTable, OffsetEntry, \
|
|||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
version = '0.2'
|
version = '0.3'
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ with open('README.md', 'r') as f:
|
|||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setup(name='fatamorgana',
|
setup(name='fatamorgana',
|
||||||
version='0.2',
|
version='0.3',
|
||||||
description='OASIS layout format parser and writer',
|
description='OASIS layout format parser and writer',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user