From 7aa72d6e58680c6f25126de34a9aaaacc99863e6 Mon Sep 17 00:00:00 2001 From: Zomatree Date: Mon, 25 Apr 2022 13:33:19 +0100 Subject: [PATCH] bump version to 0.1.7 --- pyproject.toml | 2 +- revolt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d280646..1da63b3 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revolt.py" -version = "0.1.6" +version = "0.1.7" description = "Python wrapper for the revolt.chat API" authors = ["Zomatee "] license = "MIT" diff --git a/revolt/__init__.py b/revolt/__init__.py index ac8ca98..b7cb78b 100755 --- a/revolt/__init__.py +++ b/revolt/__init__.py @@ -17,4 +17,4 @@ from .server import * from .user import * -__version__ = (0, 1, 6) +__version__ = (0, 1, 7)