Skip to content

Commit

Permalink
Set version 0.3 and updated setup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jun 18, 2020
1 parent 7f91037 commit 24a6375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = u'0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 5 additions & 4 deletions setup.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "aiida-phonopy",
"version": "0.2",
"version": "0.3",
"description": "AiiDA plugin for running phonon calculations using phonopy",
"author": "Atsushi Togo",
"author_email": "atz.togo@gmail.com",
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
"Environment :: Plugins",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand All @@ -21,12 +21,13 @@
"phonopy>=2.3.2",
"numpy",
"seekpath",
"aiida-core>=1.0.0b6,<2.0.0",
"aiida-vasp>=0.3.0"
"aiida-core>=1.2.1,<2.0.0",
"aiida-vasp>=1.0.0"
],
"setup_requires": [
"reentry"
],
"reentry_register": true,
"entry_points": {
"aiida.calculations": [
"phonopy.phonopy = aiida_phonopy.calcs.phonopy: PhonopyCalculation"
Expand Down

0 comments on commit 24a6375

Please sign in to comment.