From 89c132e92e01f21588caf94182f7ba16be3ca5d4 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 9 Jul 2020 20:34:31 +0100 Subject: [PATCH] bump to 0.3.5 --- 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 065cb07..2d0e3f8 100755 --- a/jellyfin_accounts/__init__.py +++ b/jellyfin_accounts/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "0.3.4" +__version__ = "0.3.5" import secrets import configparser diff --git a/pyproject.toml b/pyproject.toml index 1afd889..1fe8131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jellyfin-accounts" -version = "0.3.4" +version = "0.3.5" readme = "README.md" description = "A simple account management system for Jellyfin" authors = ["Harvey Tindall "]