We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a317 commit cb6129cCopy full SHA for cb6129c
2 files changed
fastargs/__init__.py
@@ -13,4 +13,4 @@
13
from . import validation
14
from . import decorators
15
16
-__version__ = "1.1.0"
+__version__ = "1.1.1"
setup.py
@@ -17,7 +17,7 @@
17
packages=find_packages('.'),
18
# Start with a small number and increase it with
19
# every change you make https://semver.org
20
- version='1.1.0',
+ version='1.1.1',
21
# Chose a license from here: https: //
22
# help.github.com / articles / licensing - a -
23
# repository. For example: MIT
0 commit comments