From 62f831bbbd4c9fe5a146a84cb14ecf9e9e228c54 Mon Sep 17 00:00:00 2001 From: han16nah Date: Thu, 19 Oct 2023 08:12:47 +0200 Subject: [PATCH] bump pyhelios version, remove unnecessary .gitignore --- data/.gitignore | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 data/.gitignore diff --git a/data/.gitignore b/data/.gitignore deleted file mode 100644 index 5c6f7c923..000000000 --- a/data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore output folder -output \ No newline at end of file diff --git a/setup.py b/setup.py index e2b1d0eb2..d49487ffb 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name="pyhelios", - version="1.2.0", + version="1.3.0", author="HELIOS++ dev team", author_email="helios@uni-heidelberg.de", description=("python bindings of the HELIOS++ Virtual Laser Scanning "