Skip to content

Commit

Permalink
add version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Jan 7, 2025
1 parent 437ea7c commit 5cf9fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgsmiles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
CGsmiles: Coarse-Grained Smiles (CGsmiles) for representing abitrarily complex molecules using line notation.
"""
import pbr.version
__version__ = pbr.version.VersionInfo('cgsmiles').release_string()

from .read_cgsmiles import read_cgsmiles
from .read_fragments import read_fragments
Expand Down

0 comments on commit 5cf9fe8

Please sign in to comment.