Mercurial > hg-allpaths
comparison setup.py @ 32:a01ab1cf7016 0.6.2
Version number set to 0.6.2
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sat, 28 Nov 2015 09:58:28 +0100 |
parents | f85c921c49c8 |
children | 5cc338ed3842 |
comparison
equal
deleted
inserted
replaced
31:9d595bda6f2f | 32:a01ab1cf7016 |
---|---|
1 | 1 |
2 VERSION = '0.6.1' | 2 VERSION = '0.6.2' |
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 |