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-04-01 14:18:50 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-04-01 14:18:50 +0300
commit90a2c362d9ee8cb0d56da51cac8f6480abad25bf (patch)
treeaed896e2f403377e51423ac2f714e7e1cd4d8bc7
parentc030ae76a1441be12f1b19895e3fae3db2175eff (diff)
Update version to 2020040120200401
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 177d2b8..1c41c5b 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20200328',
+ version='20200401',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',