Skip to content

Commit 8ca83e7

Browse files
committed
Increase version to 0.21
1 parent 7990e12 commit 8ca83e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpkom/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.20+dev'
1+
__version__ = '0.21'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='httpkom',
9-
version='0.20+dev',
9+
version='0.21',
1010
description='REST-like HTTP API for LysKOM',
1111
long_description=long_description,
1212
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)