Version bump

This commit is contained in:
allegroai 2021-07-25 14:40:57 +03:00
parent 694dbc31c4
commit c5d6ce3e65
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class ServiceRepo(object):
"""If the check is set, parsing will fail for endpoint request with the version that is grater than the current
maximum """
_max_version = PartialVersion("2.13")
_max_version = PartialVersion("2.14")
""" Maximum version number (the highest min_version value across all endpoints) """
_endpoint_exp = (

View File

@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.1.0"