From 09bbe8fddf597a2c42ce7e657991eab3263d0cc9 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 27 Jun 2020 15:52:03 +0100 Subject: [PATCH] New version number --- jellyfin_accounts/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin_accounts/__init__.py b/jellyfin_accounts/__init__.py index c108169..4d86ef9 100755 --- a/jellyfin_accounts/__init__.py +++ b/jellyfin_accounts/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "0.2.1" +__version__ = "0.2.2" import secrets import configparser diff --git a/pyproject.toml b/pyproject.toml index 7cb0a90..544b647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jellyfin-accounts" -version = "0.2.1" +version = "0.2.2" readme = "README.md" description = "A simple account management system for Jellyfin" authors = ["Harvey Tindall "]