Skip to content

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
Signifies the first public release.
  • Loading branch information
Toni Ruža committed May 13, 2015
1 parent c65a737 commit 0d261b6
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__ = 'NowSecure, Inc.'
__email__ = 'info@nowsecure.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

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.1',
version='0.1.2',
description='MVC framework for working with the GTK3 TreeView widget.',
long_description=readme + '\n\n' + history,
author='NowSecure',
Expand Down

0 comments on commit 0d261b6

Please sign in to comment.