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>2017-05-26 01:25:05 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-05-26 01:25:05 +0300
commitbcf17529eb9ca8ae85f1df7d0f39ea9a277fd378 (patch)
tree9aac2276dc4a4b7e093c1e51b16dbe839acffee5
parent6db7de406660e756c1a4df4a8bbd39c29b53cbca (diff)
Update version to 2017052520170525
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b7b6262..2941fa4 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='calm',
- version='20170327',
+ version='20170525',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',