Skip to content

Commit

Permalink
Bump of version given fixed readme documentation. This will also have…
Browse files Browse the repository at this point in the history
… a tagged release to spin up Zenodo DOI.
  • Loading branch information
gchure committed Jul 31, 2023
1 parent a7e5aa8 commit a9b36df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
)

0 comments on commit a9b36df

Please sign in to comment.