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>2022-07-04 21:47:35 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-07-04 21:47:35 +0300
commita8331e01fec619db68298b3760851c6180dea5cb (patch)
treed048e97b5b2979b288373d6309b15d0fc39dad28
parent91763a3f68af2db7c2b90f61926a75c33b1b8306 (diff)
Update version to 2022070420220704
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4afab46..338a9a7 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20220627',
+ version='20220704',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',