Skip to content

Commit

Permalink
README and version update (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-young31 authored Oct 6, 2022
1 parent d9d369f commit 88a5fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Python wrappers for a range of electronic structure theory codes, SMILES parsing


### Dependencies
* [Python](https://www.python.org/) > v. 3.6
* [Python](https://www.python.org/) > v. 3.7
* One of:
* [ORCA](https://sites.google.com/site/orcainputlibrary/home/) > v. 4.0
* [Gaussian09](https://gaussian.com/glossary/g09/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
extra_link_args=["-std=c++11"])]

setup(name='autode',
version='1.3.0',
version='1.3.1',
python_requires='>3.7',
packages=['autode',
'autode.conformers',
Expand Down

0 comments on commit 88a5fc0

Please sign in to comment.