diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-24 19:08:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-24 19:08:18 +0100 |
commit | ee2d91256166ce9cecc8c0d651db77fabcd8b1ca (patch) | |
tree | 3ead7ba3652e7757131c13874c570bf475caa085 /setup.py | |
parent | cab7cf080fced108efc1ec8e7e8f7470987fde70 (diff) | |
download | gemato-ee2d91256166ce9cecc8c0d651db77fabcd8b1ca.tar.gz |
Bump to version 1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from distutils.core import setup setup( name='gemato', - version=0, + version='1', author='Michał Górny', author_email='mgorny@gentoo.org', url='http://github.com/mgorny/gemato', |