diff options
author | 2022-01-09 16:35:01 +0000 | |
---|---|---|
committer | 2022-01-09 16:36:11 +0000 | |
commit | 741b4f086dfe73e5e3d45274ece64f21d09d33c9 (patch) | |
tree | f6437796e8749ae7236cd8f4704e332bf894e4bf /pyproject.toml | |
parent | Add regexes for matching Discord code blocks (diff) |
Bump version and add changelogs
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0e7d4192..b9a1a66d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "0.1.0" +version = "1.2.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |