bump to 0.3.2 due to packaging errors

This commit is contained in:
Harvey Tindall 2020-07-05 21:50:52 +01:00
parent a2a2abc7f2
commit a62eab9565
2 changed files with 2 additions and 2 deletions

View File

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

View File

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