Skip to content

Commit

Permalink
v0.9.3.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
YutackPark committed Sep 16, 2024
1 parent c5905b7 commit 6ac4dae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sevenn"
version = "0.9.3"
version = "0.9.3.post1"
authors = [
{ name="Yutack Park", email="[email protected]" },
{ name="Jaesun Kim" },
Expand Down
3 changes: 3 additions & 0 deletions sevenn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from importlib.metadata import version

__version__ = version('sevenn')
2 changes: 1 addition & 1 deletion sevenn/_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sevenn._keys as KEY
from sevenn.nn.activation import ShiftedSoftPlus

SEVENN_VERSION = '0.9.3'
SEVENN_VERSION = '0.9.3.post1'
IMPLEMENTED_RADIAL_BASIS = ['bessel']
IMPLEMENTED_CUTOFF_FUNCTION = ['poly_cut', 'XPLOR']
# TODO: support None. This became difficult because of paralell model
Expand Down

0 comments on commit 6ac4dae

Please sign in to comment.