From 06d5b39c99f7a35e845ca44ef6b0ca5d2d6c3398 Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Tue, 6 Apr 2021 19:39:43 -0400 Subject: [PATCH] Bumping 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 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