Skip to content

Commit 89db792

Browse files
committed
Move to version 0.3.8
1 parent e602896 commit 89db792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frites/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from frites import (io, core, conn, stats, utils, workflow, simulations, # noqa
1010
estimator)
1111

12-
__version__ = "0.3.7"
12+
__version__ = "0.3.8"
1313

1414
# -----------------------------------------------------------------------------
1515
# Set 'info' as the default logging level

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.3.7"
7+
__version__ = "0.3.8"
88
NAME = 'frites'
99
AUTHOR = "BraiNets"
1010
MAINTAINER = "Etienne Combrisson"

0 commit comments

Comments
 (0)