diff --git a/plugin/__init__.py b/plugin/__init__.py index b704e1d..6e73efe 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" from .RedisPubSub import RedisPubSubPlugin plugin_class = RedisPubSubPlugin diff --git a/setup.cfg b/setup.cfg index e6380f7..1017644 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True