Skip to content

Commit cb6129c

Browse files
Bump version
1 parent b68a317 commit cb6129c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fastargs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from . import validation
1414
from . import decorators
1515

16-
__version__ = "1.1.0"
16+
__version__ = "1.1.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages('.'),
1818
# Start with a small number and increase it with
1919
# every change you make https://semver.org
20-
version='1.1.0',
20+
version='1.1.1',
2121
# Chose a license from here: https: //
2222
# help.github.com / articles / licensing - a -
2323
# repository. For example: MIT

0 commit comments

Comments
 (0)