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>2021-04-08 17:18:09 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-04-08 17:18:09 +0300
commit81aad90cd41f71d977dacff400d260c407800a02 (patch)
tree92d9c7e109cd91e44ada88a36ec7a5bcef73ac01
parent76b5a949c305e52380c3861cf4855e69ccd53929 (diff)
Update version to 2021040820210408
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 281407a..1408e9c 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20210110',
+ version='20210408',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',