Skip to content

Commit

Permalink
BLD: Bump the minimum nano-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Sep 1, 2022
1 parent 9561dbd commit faec770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FOX/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The Auto-FOX version."""

__version__ = '0.10.3'
__version__ = '0.10.3.dev0'
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
.. image:: https://img.shields.io/badge/python-3.10-blue.svg
:target: https://docs.python.org/3.10/

##################################################
Automated Forcefield Optimization Extension 0.10.3
##################################################
###########################################
Automated Forcefield Optimization Extension
###########################################

**Auto-FOX** is a library for analyzing potential energy surfaces (PESs) and
using the resulting PES descriptors for constructing forcefield parameters.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
],
python_requires='>=3.7',
install_requires=[
'Nano-Utils>=2.3',
'Nano-Utils>=2.3.1',
'pyyaml>=5.1',
'numpy>=1.17',
'scipy>=1.2',
Expand Down

0 comments on commit faec770

Please sign in to comment.