Skip to content

Commit 0d261b6

Browse files
author
Toni Ruža
committed
Update version to 0.1.2
Signifies the first public release.
1 parent c65a737 commit 0d261b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datagrid_gtk3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'NowSecure, Inc.'
44
__email__ = '[email protected]'
5-
__version__ = '0.1.1'
5+
__version__ = '0.1.2'
66

77
import logging
88
import os

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def recurse_data_files(path):
7171

7272
setup(
7373
name='datagrid_gtk3',
74-
version='0.1.1',
74+
version='0.1.2',
7575
description='MVC framework for working with the GTK3 TreeView widget.',
7676
long_description=readme + '\n\n' + history,
7777
author='NowSecure',

0 commit comments

Comments
 (0)