version bump

This commit is contained in:
Michael Pilosov, PhD 2024-01-27 05:58:50 +00:00
parent d513f6c565
commit 6a0424a3e1

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="lazy_serve",
version="0.2post5",
version="0.2.1",
description="A simple package for effortlessly starting multiple threaded HTTP servers.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",