From cb6129c0b21cbf0979747c3b92b8cfa4c8e4b068 Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Tue, 6 Apr 2021 22:52:28 -0400 Subject: [PATCH] Bump version --- fastargs/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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