Skip to content

Commit 4db2fbd

Browse files
committed
preparing new release
1 parent c9de67d commit 4db2fbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hoi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from hoi import core, metrics, simulation, utils # noqa
22

3-
__version__ = "0.0.6"
3+
__version__ = "0.0.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import find_packages, setup
77

8-
__version__ = "0.0.6"
8+
__version__ = "0.0.7"
99
NAME = "hoi"
1010
AUTHOR = "BraiNets"
1111
MAINTAINER = "Etienne Combrisson"

0 commit comments

Comments
 (0)