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-10-20 17:18:18 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2018-10-20 17:18:18 +0300
commitc4b5da2c091f9d2f14e4cba8544d63d68369f47e (patch)
treef1fd4326b72ef387bfb021fd431bff7e52acdddc
parent486738ac0510199e355492227d4b09fc19b99fc1 (diff)
Update version to 2018102020181020
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8dc441e..192c788 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20180605',
+ version='20181020',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',