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-06-26 16:23:31 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-06-26 16:23:31 +0300
commit22cf4c796e341e6c56f8bcaf63a539fd480e88a3 (patch)
tree86b899cca874f14d65fde7c107895925b98183ac
parenta9db642904aa406f08dddb06798b576ec14949b8 (diff)
Update version to 2021062620210626
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1408e9c..1aa8af0 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20210408',
+ version='20210626',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',