Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-01-29 18:57:01 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-01-29 18:57:01 +0300
commita56dc7c1e10f84c33795f1c873046b04562c0834 (patch)
tree884fa6b10af6357183cb8f21b3867442f109dd8b
parentf306157b7f82fb675f517da584598b6cd06cb693 (diff)
Update version to 2020012920200129
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ba85d30..1943b4b 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20190530',
+ version='20200129',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',