Skip to content

Commit

Permalink
Patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Aug 3, 2022
1 parent b6eb8cf commit 9d76bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cogwatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
__author__ = "Rob Wagner <rob@sombia.com>"
__license__ = "MIT"
__copyright__ = "Copyright 2020-2022 Rob Wagner"
__version__ = "3.0.0"
__version__ = "3.0.1"

from cogwatch.cogwatch import Watcher, watch
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <rob@sombia.com>']
license = 'MIT'
Expand Down

0 comments on commit 9d76bfa

Please sign in to comment.