From 38fc578ffbe8fd9050bd08d99758a081026bf0d2 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 6 Oct 2022 10:09:10 +0200 Subject: [PATCH] Release 0.4.1 --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 77679f6..30db338 100644 --- a/environment.yml +++ b/environment.yml @@ -4,4 +4,4 @@ channels: dependencies: - bqplot - voila - - voila-material=0.4.0 + - voila-material=0.4.1 diff --git a/setup.py b/setup.py index 61bd566..c4f90c5 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run(self): setup( name='voila-material', - version="0.4.0", + version="0.4.1", description="Material design template for voila", data_files=data_files, include_package_data=True,