comparison setup.py @ 55:5cc338ed3842 1.0.0

Version number set to 1.0.0
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 25 Sep 2016 22:38:03 +0200
parents a01ab1cf7016
children 206d72bdc4e9
comparison
equal deleted inserted replaced
54:3f11d0a8dd71 55:5cc338ed3842
1 1
2 VERSION = '0.6.2' 2 VERSION = '1.0.0'
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