From a065cd40c7f7c87a5287461dcf90bb4d41cff2af Mon Sep 17 00:00:00 2001 From: Zomatree Date: Mon, 8 Aug 2022 19:31:00 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- revolt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8ec302..95c0253 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revolt.py" -version = "0.1.8" +version = "0.1.9" description = "Python wrapper for the revolt.chat API" authors = ["Zomatee "] license = "MIT" diff --git a/revolt/__init__.py b/revolt/__init__.py index f095f06..3ac5e39 100755 --- a/revolt/__init__.py +++ b/revolt/__init__.py @@ -17,4 +17,4 @@ from .server import * from .user import * -__version__ = (0, 1, 8) +__version__ = (0, 1, 9)