version bump to fix readme

This commit is contained in:
Michael Pilosov 2022-11-26 23:22:19 -07:00
parent c9b19dd05e
commit 23f2bbd4bd

View File

@ -10,7 +10,7 @@ with open(BASEDIR.joinpath("README.md"), "r") as fp:
setup(
name="pyroulette",
version="0.0.1.post4",
version="0.0.2",
description="A package for exploring roulette strategies.",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",