Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed May 24, 2024
1 parent a53f50e commit e11ebed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def test_suite():

setup(
name="aiida-bader",
version="0.0.6",
version="0.0.7",
description="AiiDA plugin for bader code.",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/superstart54/aiida-bader",
url="https://github.com/superstar54/aiida-bader",
author="Xing Wang",
author_email="xingwang1991@gmail.com",
license="MIT License",
Expand All @@ -31,7 +31,7 @@ def test_suite():
install_requires=[
"aiida-core",
"aiida-workgraph",
"aiida-quantumespresso~=4.4",
"aiida-quantumespresso",
"aiida-cp2k",
"weas-widget",
"pytest",
Expand Down

0 comments on commit e11ebed

Please sign in to comment.