diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 611e797..21a9f94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.4.5 commit = True tag = True diff --git a/pyproxy/__init__.py b/pyproxy/__init__.py index a889a45..4e8acf1 100644 --- a/pyproxy/__init__.py +++ b/pyproxy/__init__.py @@ -5,7 +5,7 @@ import os -__version__ = "0.4.4" +__version__ = "0.4.5" if os.path.isdir("pyproxy/monitoring"): __slim__ = False