Skip to content

Commit

Permalink
bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Jul 1, 2024
1 parent f76e26c commit 67ec7c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "Cp2kData"
version = "0.7.0"
version = "0.7.1"
description = "A Small Package to Postprocess Cp2k Output"
authors = [
{name = "Yongbin Zhuang", email = "[email protected]"}
]
license = {file = "LICENSE"}
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -34,7 +35,7 @@ dependencies = [
"pycp2k",
"asciichartpy"
]
requires-python = ">=3.8"
requires-python = ">=3.7"
keywords = ["cp2k", "cp2kdata"]

[project.urls]
Expand Down

0 comments on commit 67ec7c9

Please sign in to comment.