Skip to content

Commit 7eecaad

Browse files
committed
Update version
1 parent e2500a3 commit 7eecaad

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A frequency vs angle plot can be found in [examples/results/example_01.png](exam
6161
## Development
6262

6363
```shell
64-
git clone https://github.com/qiaojunfeng/aiida-skeaf .
64+
git clone https://github.com/aiidaplugins/aiida-skeaf .
6565
cd aiida-skeaf
6666
pip install flit
6767
flit install -s .[pre-commit,testing] # install extra dependencies
@@ -74,10 +74,6 @@ See the [developer guide](http://aiida-skeaf.readthedocs.io/en/latest/developer_
7474
## License
7575

7676
MIT
77-
## Contact
78-
79-
80-
8177

8278
[ci-badge]: https://github.com/qiaojunfeng/aiida-skeaf/workflows/ci/badge.svg?branch=master
8379
[ci-link]: https://github.com/qiaojunfeng/aiida-skeaf/actions

aiida_skeaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
AiiDA plugin for the Supercell K-space Extremal Area Finder (SKEAF) code
55
"""
66

7-
__version__ = "0.1.0a0"
7+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
]
2929

3030
[project.urls]
31-
Source = "https://github.com/qiaojunfeng/aiida-skeaf"
31+
Source = "https://github.com/aiidaplugins/aiida-skeaf"
3232

3333
[project.optional-dependencies]
3434
testing = [

0 commit comments

Comments
 (0)