Skip to content

Commit 851d6fa

Browse files
authored
Bump version for publishing small release (#33)
1 parent 214b443 commit 851d6fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = o2tuner
3-
version = 0.0.1
3+
version = 0.0.2
44
author = Matteo Concas
55
author_email = [email protected]
66
description = Optimization tool for ALICE O2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class 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

0 commit comments

Comments
 (0)