Skip to content

Commit 355773f

Browse files
committed
Increase version to 0.19
1 parent 8a502ac commit 355773f

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.18+dev'
1+
__version__ = '0.19'

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.18+dev',
9+
version='0.19',
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)