File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = o2tuner
3- version = 0.0.1
3+ version = 0.0.2
44author = Matteo Concas
5566description = Optimization tool for ALICE O2
Original file line number Diff line number Diff line change 1212
1313class Setup ():
1414 """
15- Convenience wrapper (for C.I. purposes) of the `setup()` call form `setuptools`.
15+ Convenience wrapper (for C.I. purposes) of the `setup()` call from `setuptools`.
1616 """
1717
1818 def __init__ (self , ** kw ):
@@ -58,7 +58,7 @@ def __call__(self):
5858 name = "o2tuner" ,
5959
6060 # LAST-TAG is a placeholder. Automatically replaced at deploy time with the right tag
61- version = "0.0.1 " ,
61+ version = "0.0.2 " ,
6262
6363 description = "Minimal heavy ion physics environment for Machine Learning" ,
6464
You can’t perform that action at this time.
0 commit comments