Skip to content

Commit d28be5d

Browse files
committed
Bug fixes to orbitals
1 parent e8554ae commit d28be5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exatomic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
.. _atomic: https://en.wikipedia.org/wiki/Atomic_units
2020
"""
21-
__exatomic_version__ = (0, 3, 0)
21+
__exatomic_version__ = (0, 3, 1)
2222
__version__ = '.'.join((str(v) for v in __exatomic_version__))
2323

2424

0 commit comments

Comments
 (0)