diff --git a/pyproject.toml b/pyproject.toml index af98960..1fae87c 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pythonbmp" description = "A pure Python 2D/3D graphics library that outputs to windows bitmap format" -version = "0.9.1" +version = "1.0.1" authors = [ { name = "Joel Alcarez", email = "joelalcarez1975@gmail.com" } ]