Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLeclerc committed Apr 6, 2021
1 parent 8307444 commit 06d5b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from . import validation
from . import decorators

__version__ = "1.0.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06d5b39

Please sign in to comment.