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-06-27 15:58:24 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-06-27 15:58:24 +0300
commit385eeb6a094e30aaaf224b9c5b4a025a09002726 (patch)
tree58594d180a86a167a1753b6b1fd3e6c8774d59b1
parent3509dd0f85fd68e4bb70bbf6d08a9fa0384a6c57 (diff)
Update version to 2022062720220627
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1aa8af0..4afab46 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='calm',
- version='20210626',
+ version='20220627',
description='Cygwin packaging maintenance tool',
long_description=open('README.md').read(),
author='Jon Turney',