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-01-30 23:14:31 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2018-01-30 23:14:31 +0300
commit2662795bfb198c27a8e5fc0c336942a4edcd8021 (patch)
treeb1c58f5d4d8432e956cda981516b6ccd57ed9da9
parent7422f60f16f6d9182bc172cd68e958b1f9d0f615 (diff)
Update version to 2018013020180130
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1143f9f..51bcaa2 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20171204',
+ version='20180130',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',