Skip to content

Commit 86c9186

Browse files
committed
Merge branch 'master' into develop
2 parents 19b902d + f757075 commit 86c9186

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ docs = [
6161
]
6262

6363
[project.urls]
64-
homepage = "https://docs.easyscience.org"
65-
documentation = "https://docs.easyscience.org"
64+
homepage = "https://github.com/EasyScience/EasyScience"
65+
documentation = "https://easyscience.github.io/EasyScience/"
6666

6767
[tool.hatch.version]
6868
path = "src/easyscience/__version__.py"

src/easyscience/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)