Skip to content

Commit aed1e4a

Browse files
Bump version to 1.9.6
1 parent 5db3fa8 commit aed1e4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hug/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
OTHER DEALINGS IN THE SOFTWARE.
2020
2121
"""
22-
current = "1.9.5"
22+
current = "1.9.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def list_modules(dirname):
8888
readme = ''
8989

9090
setup(name='hug',
91-
version='1.9.5',
91+
version='1.9.6',
9292
description='A Python framework that makes developing APIs as simple as possible, but no simpler.',
9393
long_description=readme,
9494
author='Timothy Crosley',

0 commit comments

Comments
 (0)