Mercurial > hg-allpaths
comparison setup.py @ 74:879d1f392fa7 1.1.0
Version number set to 1.1.0
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Thu, 18 May 2017 17:36:23 +0200 |
parents | d262139732f7 |
children |
comparison
equal
deleted
inserted
replaced
73:d262139732f7 | 74:879d1f392fa7 |
---|---|
1 | 1 |
2 VERSION = '1.0.3' | 2 VERSION = '1.1.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 |