Skip to content

Commit

Permalink
Merge pull request #11 from rosenbrockc/packaging
Browse files Browse the repository at this point in the history
Revision 0.0.11 for submission to PyPI.
  • Loading branch information
rosenbrockc committed Feb 29, 2020
2 parents 7387d28 + f5cb98c commit 6f90791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,5 +1,10 @@
# `aflow` Revision History

## Revision 0.0.11

- Minor changes to requirements/dependencies.
- Updated `README.md` to show how to install from `conda`.

## Revision 0.0.9

- Fixed a bug that prevented "bz2" and "png" files from being downloaded.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

from os import path
setup(name='aflow',
version='0.0.8',
version='0.0.11',
description='Python API for searching AFLOW database.',
long_description= "" if not path.isfile("README.md") else read_md('README.md'),
author='Conrad W Rosenbrock',
Expand Down

0 comments on commit 6f90791

Please sign in to comment.