Skip to content

Commit

Permalink
Merge pull request #86 from usnistgov/develop
Browse files Browse the repository at this point in the history
Add init in ff.
  • Loading branch information
knc6 authored Jan 10, 2023
2 parents 5c77d31 + ab0bf81 commit 7a6f924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alignn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2023.01.08"
__version__ = "2023.01.09"
1 change: 1 addition & 0 deletions alignn/ff/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Module for force-fields."""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="alignn",
version="2023.01.08",
version="2023.01.09",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
description="alignn",
Expand Down

0 comments on commit 7a6f924

Please sign in to comment.