Skip to content

Commit

Permalink
Update tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 27, 2020
1 parent f9b4b8e commit 79bcb3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custodian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__author__ = "Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu, Matthew Horton, Samuel M. Blau"
__version__ = "2019.8.24"
__version__ = "2020.4.27"

from .custodian import Custodian
from .custodian import Custodian
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name="custodian",
packages=find_packages(),
version="2019.8.24",
version="2020.4.27",
install_requires=["monty>=2.0.6", "ruamel.yaml>=0.15.6", "sentry-sdk>=0.8.0"],
extras_require={"vasp, nwchem, qchem": ["pymatgen>=2019.8.23"]},
package_data={},
Expand Down Expand Up @@ -49,4 +49,4 @@
"converge_geometry = custodian.cli.converge_geometry:main",
]
},
)
)
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def update_doc(ctx):
def publish(ctx):
ctx.run("rm dist/*.*", warn=True)
ctx.run("python setup.py sdist")
ctx.run("twine upload -u Shyue.Ping.Ong dist/*")
ctx.run("twine upload dist/*")


@task
Expand Down

0 comments on commit 79bcb3a

Please sign in to comment.