Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanderson2 committed Apr 21, 2015
1 parent c6958f4 commit 157a3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datagrid_gtk3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'viaForensics'
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'

import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def recurse_data_files(path):

setup(
name='datagrid-gtk3',
version='0.1.0',
version='0.1.1',
description='MVC framework for working with the GTK2 TreeView widget.',
long_description=readme + '\n\n' + history,
author='viaForensics',
Expand Down

0 comments on commit 157a3f1

Please sign in to comment.