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>2020-06-11 18:08:28 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-06-11 18:08:28 +0300
commit9820d31f258a099be2ac6638985b2ff7c5da78ce (patch)
treee60e8637d99457eb4e809dc3f714b497ec92a958
parentd17f6f971ee1b20f585f66cd93f8ab0f1d1eba19 (diff)
Update version to 2020061120200611
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1c41c5b..31f5eff 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20200401',
+ version='20200611',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',