From a9b36df2360cd3977a053b04f9fdebebb96d240a Mon Sep 17 00:00:00 2001 From: gchure Date: Sun, 30 Jul 2023 17:11:45 -0700 Subject: [PATCH] Bump of version given fixed readme documentation. This will also have a tagged release to spin up Zenodo DOI. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5656f3f..1f20f4d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -__version__ = "0.1.0.post1" +__version__ = "0.1.01" # The directory containing this file HERE = pathlib.Path(__file__).parent @@ -24,6 +24,7 @@ ], author="Griffin Chure", author_email="griffinchure@gmail.com", - packages=find_packages(exclude=('docs', 'docs', 'hplc.egg-info')), + packages=find_packages( + exclude=('docs', 'doc', 'sandbox', 'dev', 'hplc.egg-info')), include_package_data=True )