diff --git a/jellyfin_accounts/__init__.py b/jellyfin_accounts/__init__.py index 8122f28..4ae7053 100755 --- a/jellyfin_accounts/__init__.py +++ b/jellyfin_accounts/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "0.3.1" +__version__ = "0.3.2" import secrets import configparser diff --git a/pyproject.toml b/pyproject.toml index 294f289..039400f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jellyfin-accounts" -version = "0.3.1" +version = "0.3.2" readme = "README.md" description = "A simple account management system for Jellyfin" authors = ["Harvey Tindall "]