Skip to content

Commit 9a2c893

Browse files
committed
bump v0.3.1
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
1 parent 9537516 commit 9a2c893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project] # beware if using setuptools: setup.py still gets executed, and even if pyproject.toml fields take precedence, if there is any code error in setup.py, building will fail!
99
name = "webactogram" # renamed from online-actogram according to PEP 423 https://peps.python.org/pep-0423/#pick-meaningful-names
10-
version = "0.3.0" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases and https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
10+
version = "0.3.1" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases and https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
1111
description = "Actogram from browsers history, may help to screen sleep-wake patterns & disorders!"
1212
authors = [
1313
{name = "Stephen Karl Larroque", email = "LRQ3000@gmail.com"},
@@ -63,7 +63,7 @@ test = [ # minimum dependencies to run tests
6363
"pytest",
6464
"pytest-cov",
6565
]
66-
testmeta = [ # dependencies to test meta-data
66+
testmeta = [ # dependencies to test meta-data and build locally
6767
"build",
6868
"twine",
6969
"validate-pyproject",

0 commit comments

Comments
 (0)