diff --git a/fastargs/__init__.py b/fastargs/__init__.py index f4ad5f9..3dc92a7 100644 --- a/fastargs/__init__.py +++ b/fastargs/__init__.py @@ -13,4 +13,4 @@ from . import validation from . import decorators -__version__ = "1.0.0" +__version__ = "1.1.0" diff --git a/setup.py b/setup.py index 8a9450a..83dd08d 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.0.0', + version='1.1.0', # Chose a license from here: https: // # help.github.com / articles / licensing - a - # repository. For example: MIT