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-03-28 22:16:58 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-03-28 22:16:58 +0300
commitb6aac0e22c9520bf801d0b4340d3bdacbd455b73 (patch)
tree51d529dc84c626e526aff704fefcd3d60eaa5739
parentb3b01689707ae685e5eebf2310b0052edd08502c (diff)
Update version to 2020032820200328
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 06b9303..177d2b8 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20200220',
+ version='20200328',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',