Skip to content

Commit 8a99de8

Browse files
committed
Archive for zenodo
1 parent cf9eecc commit 8a99de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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, utils, simulation # noqa
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from setuptools import setup, find_packages
66

7-
__version__ = "0.0.4"
7+
__version__ = "0.0.5"
88
NAME = "hoi"
99
AUTHOR = "BraiNets"
1010
MAINTAINER = "Etienne Combrisson"

0 commit comments

Comments
 (0)