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
2 parents c95fc04 + 24a6375 commit 7088879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.2'
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.2'
release = u'0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 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 @@ -27,6 +27,7 @@
"setup_requires": [
"reentry"
],
"reentry_register": true,
"entry_points": {
"aiida.calculations": [
"phonopy.phonopy = aiida_phonopy.calcs.phonopy: PhonopyCalculation"
Expand Down

0 comments on commit 7088879

Please sign in to comment.