Skip to content

Commit 20f08cc

Browse files
committed
upd versions
1 parent 12c9fb4 commit 20f08cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pyroll-basic.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "2.1"
44
description = "A meta package for installing quickly the PyRolL core and a set of basic plugins and extensions."
55
authors = ["Max Weiner <[email protected]>"]
66
license = "BSD-3-Clause"
7-
homepage = "https://pyroll-project.github.io"
8-
repository = "https://github.com/pyroll-project/pyroll-core"
9-
documentation = "https://pyroll.readthedocs.io/en/latest"
7+
homepage = "https://pyroll.readthedocs.io/en/latest"
8+
repository = "https://github.com/pyroll-project/pyroll-basic"
9+
documentation = "https://github.com/pyroll-project/pyroll-basic/blob/main/README.md"
1010
readme = "README.md"
1111
packages = [
1212
{include = "pyroll/basic.py" }
@@ -20,9 +20,9 @@ classifiers = [
2020

2121
[tool.poetry.dependencies]
2222
python = ">=3.9"
23-
pyroll-core = "^2.0"
24-
pyroll-cli = "^2.0"
25-
pyroll-report = "^2.0"
23+
pyroll-core = "^2.1"
24+
pyroll-cli = "^2.1"
25+
pyroll-report = "^2.1"
2626
pyroll-export = "^2.0"
2727
pyroll-integral-thermal = "^2.0"
2828
pyroll-hensel-power-and-labour = "^2.0"

0 commit comments

Comments
 (0)