diff --git a/fastargs/__init__.py b/fastargs/__init__.py index 3dc92a7..ca1ee69 100644 --- a/fastargs/__init__.py +++ b/fastargs/__init__.py @@ -13,4 +13,4 @@ from . import validation from . import decorators -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/setup.py b/setup.py index 83dd08d..4574d74 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages('.'), # Start with a small number and increase it with # every change you make https://semver.org - version='1.1.0', + version='1.1.1', # Chose a license from here: https: // # help.github.com / articles / licensing - a - # repository. For example: MIT