diff --git a/gallery/__init__.py b/gallery/__init__.py index 6ec3f26..85845ca 100644 --- a/gallery/__init__.py +++ b/gallery/__init__.py @@ -5,7 +5,7 @@ print(""" | |_| | | | | | |_| | |__| __/ (_| \\__ \\ \\___/|_| |_|_|\\__, |_____\\___|\\__, |___/ |___/ |___/ -Created by Fluffy Bean - Version 23.03.02 +Created by Fluffy Bean - Version 23.03.03 """) from flask import Flask, render_template diff --git a/pyproject.toml b/pyproject.toml index fbf73ac..ba42012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onlylegs" -version = "23.03.02" +version = "23.03.03" description = "Gallery built for fast and simple image management" authors = ["Fluffy-Bean "] license = "MIT"