Skip to content

Commit

Permalink
set version 1.7.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Jan 2, 2015
1 parent 4ab7f1e commit 7f81ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipythonblocks/ipythonblocks.py
Expand Up @@ -26,7 +26,7 @@
__all__ = ('Block', 'BlockGrid', 'Pixel', 'ImageGrid',
'InvalidColorSpec', 'ShapeMismatch', 'show_color',
'embed_colorpicker', 'colors', 'fui_colors', '__version__')
__version__ = '1.7dev'
__version__ = '1.7.0'

_TABLE = ('<style type="text/css">'
'table.blockgrid {{border: none;}}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='ipythonblocks',
version='1.7dev',
version='1.7.0',
description='Practice Python with colored grids in the IPython Notebook',
long_description=long_description,
author='Matt Davis',
Expand Down

0 comments on commit 7f81ee3

Please sign in to comment.