From 5d135b81e436e8592750c247b6ccf1664e87ca29 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Thu, 4 Mar 2021 00:23:28 -0500 Subject: [PATCH] DEV: bump version to 0.3.2 --- pyproject.toml | 4 +++- src/evfuncs/__about__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 369b500..a3cd3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evfuncs" -version = "0.3.1" +version = "0.3.2" description = "Functions for working with files created by the EvTAF program and the evsonganaly GUI" authors = ["David Nicholson "] license = "BSD" @@ -10,6 +10,8 @@ classifiers = [ 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', ] diff --git a/src/evfuncs/__about__.py b/src/evfuncs/__about__.py index 3e417db..fae00c7 100644 --- a/src/evfuncs/__about__.py +++ b/src/evfuncs/__about__.py @@ -23,7 +23,7 @@ __summary__ = "Functions for working with files created by the EvTAF program and the evsonganaly GUI" __uri__ = "https://github.com/NickleDave/evfuncs" -__version__ = '0.3.1' +__version__ = '0.3.2' if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")): with open(os.path.join(base_dir, ".commit")) as fp: