Skip to content

Commit

Permalink
Bump version for publishing small release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mconcas authored Sep 26, 2022
1 parent 214b443 commit 851d6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = o2tuner
version = 0.0.1
version = 0.0.2
author = Matteo Concas
author_email = mconcas@cern.ch
description = Optimization tool for ALICE O2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Setup():
"""
Convenience wrapper (for C.I. purposes) of the `setup()` call form `setuptools`.
Convenience wrapper (for C.I. purposes) of the `setup()` call from `setuptools`.
"""

def __init__(self, **kw):
Expand Down Expand Up @@ -58,7 +58,7 @@ def __call__(self):
name="o2tuner",

# LAST-TAG is a placeholder. Automatically replaced at deploy time with the right tag
version="0.0.1",
version="0.0.2",

description="Minimal heavy ion physics environment for Machine Learning",

Expand Down

0 comments on commit 851d6fa

Please sign in to comment.