diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-04-27 20:47:20 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-04-27 20:47:20 +0200 |
commit | 071539fcfe555fc94e91339e8f051845fa46e950 (patch) | |
tree | 5511e8ffc6b414764e12e380458d1ec566b7ea09 | |
parent | f848926c0ab8b98bfd10ac6b129eed82d5531b74 (diff) | |
download | Git-Auto-Deploy-071539fcfe555fc94e91339e8f051845fa46e950.zip Git-Auto-Deploy-071539fcfe555fc94e91339e8f051845fa46e950.tar.gz Git-Auto-Deploy-071539fcfe555fc94e91339e8f051845fa46e950.tar.bz2 |
New versionv0.2.4.1
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='git-auto-deploy', - version='0.2.4', + version='0.2.4.1', url='https://github.com/olipo186/Git-Auto-Deploy', author='Oliver Poignant', author_email='oliver@poignant.se', |