New version number

This commit is contained in:
Harvey Tindall 2020-06-27 15:52:03 +01:00
parent 99c34d7916
commit 09bbe8fddf
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = "0.2.1"
__version__ = "0.2.2"
import secrets
import configparser

View File

@ -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 <harveyltindall@gmail.com>"]