From d9a17a7f68d6b168bd0b4a1ddc4e8ab38a050d29 Mon Sep 17 00:00:00 2001 From: Christian Hill Date: Fri, 13 Oct 2023 14:52:14 +0200 Subject: [PATCH] Add GitHub workflow to push to PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c0d190..a155586 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pycollisiondb", - version="0.1.4", + version="0.1.5", description="A package for interacting with CollisionDB", long_description=long_description, long_description_content_type="text/x-rst",