Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Sep 16, 2020
1 parent 30d18c6 commit 30942c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- ipywidgets=7.5.1
- bqplot
- voila=0.1.21
- voila-material=0.3.0
- voila-material=0.4.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ def run(self):

setup(
name='voila-material',
version="0.3.0",
version="0.4.0",
description="Material design template for voila",
data_files=data_files,
include_package_data=True,
author='Martin Renou',
author_email='[email protected]',
install_requires=['voila>=0.1.14'],
install_requires=['voila>=0.2.1'],
url='https://github.com/martinRenou/voila-material',
keywords=[
'ipython',
'jupyter',
'widgets',
'voila==0.2.0a1'
'voila'
],
cmdclass={
'develop': DevelopCmd,
Expand Down

0 comments on commit 30942c2

Please sign in to comment.