Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Portnov committed Sep 8, 2014
1 parent 8cef60d commit 8a3686a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion palette-editor/dialogs/colorlovers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self, *args):
self.setHorizontalHeaderLabels(table_headers)
self.currentCellChanged.connect(self._on_select_cell)
self.verticalHeader().setVisible(False)
self.setWindowTitle(_("Download palette from Colorlovers.com"))

def set_palettes(self, palettes):
self._palettes = palettes
Expand Down Expand Up @@ -143,6 +142,7 @@ def __init__(self, *args, **kwargs):
layout.addLayout(buttons,1)

self.setLayout(layout)
self.setWindowTitle(_("Download palette from Colorlovers.com"))

def _get_query_type(self):
if self._new.isChecked():
Expand Down
2 changes: 1 addition & 1 deletion palette-editor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def locate_locales():

setup(
name = 'palette-editor',
version = '0.0.3',
version = '0.0.4',
author = 'Ilya Portnov',
author_email = '[email protected]',
scripts = ['bin/gui.py', 'bin/cluster.py', 'bin/palette_viewer.py'],
Expand Down

0 comments on commit 8a3686a

Please sign in to comment.