Skip to content

Commit f4c7adb

Browse files
committed
Bump to 0.4.3
1 parent 4ad29bf commit f4c7adb

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
@@ -10,7 +10,7 @@
1010
io, core, conn, plot, stats, utils, workflow, simulations, estimator # noqa
1111
)
1212

13-
__version__ = "0.4.2"
13+
__version__ = "0.4.3"
1414

1515
# -----------------------------------------------------------------------------
1616
# 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.4.2"
7+
__version__ = "0.4.3"
88
NAME = 'frites'
99
AUTHOR = "BraiNets"
1010
MAINTAINER = "Etienne Combrisson"

0 commit comments

Comments
 (0)