Skip to content

Commit

Permalink
DEV: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Mar 4, 2021
1 parent 3111da2 commit 5d135b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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 <nickledave@users.noreply.github.com>"]
license = "BSD"
Expand All @@ -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',
]

Expand Down
2 changes: 1 addition & 1 deletion src/evfuncs/__about__.py
Expand Up @@ -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:
Expand Down

0 comments on commit 5d135b8

Please sign in to comment.