Skip to content

Commit

Permalink
Update ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 7, 2018
1 parent 8c8a475 commit d14fc5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Expand Up @@ -10,7 +10,7 @@
__email__ ="pymatgen@googlegroups.com"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ ="shyuep@gmail.com"
__version__ = "2018.7.23"
__version__ = "2018.8.7"


SETTINGS_FILE = os.path.join(os.path.expanduser("~"), ".pmgrc.yaml")
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -97,7 +97,7 @@ def finalize_options(self):
setup(
name="pymatgen",
packages=find_packages(),
version="2018.7.23",
version="2018.8.7",
cmdclass={'build_ext': build_ext},
setup_requires=['numpy>=1.14.3', 'setuptools>=18.0'],
install_requires=["numpy>=1.14.3", "six", "requests", "ruamel.yaml>=0.15.6",
Expand Down Expand Up @@ -177,4 +177,4 @@ def finalize_options(self):
'pydii = pymatgen.cli.pydii:main',
]
}
)
)
2 changes: 1 addition & 1 deletion tasks.py
Expand Up @@ -154,7 +154,7 @@ def update_doc(ctx):
def publish(ctx):
ctx.run("rm dist/*.*", warn=True)
ctx.run("python setup.py sdist bdist_wheel")
ctx.run("twine upload dist/*")
ctx.run("twine upload -u Shyue.Ping.Ong dist/*")


@task
Expand Down

0 comments on commit d14fc5a

Please sign in to comment.