comparison setup.py @ 59:206d72bdc4e9 1.0.1

Version number set to 1.0.1
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 13 Nov 2016 12:42:58 +0100
parents 5cc338ed3842
children 2f4b9ff351f9
comparison
equal deleted inserted replaced
58:35d3c8ef6fe9 59:206d72bdc4e9
1 1
2 VERSION = '1.0.0' 2 VERSION = '1.0.1'
3 3
4 #pylint:disable=missing-docstring,unused-import,import-error 4 #pylint:disable=missing-docstring,unused-import,import-error
5 5
6 try: 6 try:
7 from setuptools import setup, find_packages 7 from setuptools import setup, find_packages