From 9d76bfaff357398c8c277262e483fe2986748d16 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Wed, 3 Aug 2022 13:56:53 -0400 Subject: [PATCH] Patch version bump --- cogwatch/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cogwatch/__init__.py b/cogwatch/__init__.py index 2359bdc..374752a 100644 --- a/cogwatch/__init__.py +++ b/cogwatch/__init__.py @@ -6,6 +6,6 @@ __author__ = "Rob Wagner " __license__ = "MIT" __copyright__ = "Copyright 2020-2022 Rob Wagner" -__version__ = "3.0.0" +__version__ = "3.0.1" from cogwatch.cogwatch import Watcher, watch diff --git a/pyproject.toml b/pyproject.toml index 3caac23..d76a8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'cogwatch' -version = '3.0.0' +version = '3.0.1' description = 'Automatic hot-reloading for your discord.py command files.' authors = ['Rob Wagner '] license = 'MIT'