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-01-10 17:57:59 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-01-10 17:57:59 +0300
commit560cb9179da8401888c9997d90b9db199754d4b8 (patch)
tree27a6bb2fbe30f505cd82db680e7c5e231b990b43
parent6f8f0d86e4a66e6b43c2f9676619f3d89fae6acb (diff)
Update version to 2021011020210110
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 291be8b..281407a 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20200611',
+ version='20210110',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',