Skip to content

Commit

Permalink
Merge pull request #175 from bwheelz36/bwheelz36-patch-4
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
bwheelz36 authored Jun 25, 2024
2 parents c21b2e7 + 20f8ff0 commit a21b46f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ParticlePhaseSpace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = '0.6.0'
import importlib.metadata
__version__ = importlib.metadata.version('bayesian-optimization')

# from ParticlePhaseSpace._ParticlePhaseSpace import PhaseSpace
from ParticlePhaseSpace.__unit_config__ import ParticlePhaseSpaceUnits, UnitSet
Expand Down

0 comments on commit a21b46f

Please sign in to comment.