Skip to content

Commit

Permalink
0.8.0 is correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
YutackPark authored and YutackPark committed Jul 3, 2023
1 parent 8987519 commit 2c6dc80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="sevenn",
version=0.80,
version=0.8.0,
description="SEVENNet",
author="Yutack Park, Jaesun Kim",
python_requires=">=3.8",
Expand Down
2 changes: 1 addition & 1 deletion sevenn/_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sevenn._keys as KEY
from typing import Dict, Any

SEVENN_VERSION = "0.80"
SEVENN_VERSION = "0.8.0"
IMPLEMENTED_RADIAL_BASIS = ['bessel']
IMPLEMENTED_CUTOFF_FUNCTION = ['poly_cut']

Expand Down

0 comments on commit 2c6dc80

Please sign in to comment.