diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3d1540..f9e95bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/pyproxy/__init__.py b/pyproxy/__init__.py index b232fc4..934f6d6 100644 --- a/pyproxy/__init__.py +++ b/pyproxy/__init__.py @@ -5,7 +5,7 @@ import os -__version__ = "0.5.1" +__version__ = "0.5.2" if os.path.isdir("pyproxy/monitoring"): __slim__ = False