From 294fab658be402b426f706d5c515692fec008e3a Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Tue, 7 Feb 2023 21:39:33 +0000 Subject: [PATCH] chore(master): release 1.0.1 (#34) --- CHANGELOG.md | 7 +++++++ mafic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c93394..926fb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ooliver1/mafic/compare/v1.0.0...v1.0.1) (2023-02-07) + + +### Miscellaneous Chores + +* update project status ([2eff4c3](https://github.com/ooliver1/mafic/commit/2eff4c3e2e85b8946679b6ce8cdac39da7620b8b)) + ## [1.0.0](https://github.com/ooliver1/mafic/compare/v0.3.0...v1.0.0) (2023-02-07) diff --git a/mafic/__init__.py b/mafic/__init__.py index cd36dce..ecd7698 100644 --- a/mafic/__init__.py +++ b/mafic/__init__.py @@ -30,7 +30,7 @@ __author__ = "ooliver1" __license__ = "MIT" __copyright__ = "Copyright 2022-present ooliver1" -__version__ = "1.0.0" +__version__ = "1.0.1" """The current version of mafic, using `PEP 440`_ format. .. _PEP 440: https://peps.python.org/pep-0440/ diff --git a/pyproject.toml b/pyproject.toml index 749b126..84cda23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mafic" -version = "1.0.0" +version = "1.0.1" description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord." authors = ["ooliver1 "] license = "MIT"