diff --git a/pyproject.toml b/pyproject.toml index e1e94bf9..568b242a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyhalo" -version = "0.2.8" +version = "0.2.9" authors = [ { name="Daniel Gilman", email="daniel.gilman@utoronto.ca" }, ] diff --git a/setup.py b/setup.py index f9153ee5..bf1bb6eb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author="Daniel Gilman", - version='0.2.1', + version='0.2.9', author_email='daniel.gilman@utoronto.ca', classifiers=[ 'Development Status :: 5 - Stable',