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>2018-06-05 19:03:02 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2018-06-05 19:03:02 +0300
commit268cde3c74e7e84baa0b3eda679b8fb811f971a7 (patch)
tree55e338e0d95828f94a99d0cacd44a05d1f1337f6
parent1add34cdb5d4713f808fa9e11805ec8d5a3b7f75 (diff)
Update version to 2018060520180605
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4be4b00..8dc441e 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20180131',
+ version='20180605',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',