Skip to content

Commit 4e309e4

Browse files
committed
bump version
1 parent c200836 commit 4e309e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crispy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#
55
# __init__.py
66

7-
VERSION = "1.0.0"
7+
VERSION = "1.1.0"
88
__all__ = ["crispy", "duplicate_name_exception", "missing_value_exception", "no_arguments_exception",
99
"unexpected_argument_exception"]

setup.py

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

77
setup(
88
name='crispy-parser',
9-
version='1.0.1',
9+
version='1.1.0',
1010
packages=['crispy', 'crispy.tests'],
1111
url='https://github.com/fybx/crispy',
1212
license='GNU LGPL-v2.1',

0 commit comments

Comments
 (0)