Skip to content

Commit

Permalink
DEV: Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 14, 2022
1 parent 32340f3 commit cf7f994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.3.5] -- 2022-05-14
### Changed
- raise minimum required Python to 3.8,
to adhere to [NEP-29](https://numpy.org/neps/nep-0029-deprecation_policy.html)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "evfuncs"
description = "Functions for working with files created by the EvTAF program and the evsonganaly GUI"
version = "0.3.4"
version = "0.3.5"
authors = [
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/evfuncs/__about__.py
Original file line number Diff line number Diff line change
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.4'
__version__ = '0.3.5'

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 cf7f994

Please sign in to comment.