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>2016-11-22 16:41:26 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-11-22 16:41:26 +0300
commit8296f4b29532ea2e604e44e6cf703db545f02132 (patch)
treeddc9f915793cca7d5888703e3702fcd4cb59e62b
parent6f144307b120c8d0ea36089076ffb02c794e22e3 (diff)
Update version to 2016112220161122
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4fc80db..2c0069a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='calm',
- version='20160927',
+ version='20161122',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',