Skip to content

Commit 30f2512

Browse files
committed
Version Bump [skip ci]
1 parent bb4bbe0 commit 30f2512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datatableview/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
__name__ = "datatableview"
1919
__author__ = "Autumn Valenta"
20-
__version_info__ = (2, 1, 28)
21-
__version__ = "2.1.28"
20+
__version_info__ = (2, 1, 29)
21+
__version__ = "2.1.29"
2222
__date__ = "2013/11/14 2:00:00 PM"
2323
__credits__ = ["Autumn Valenta", "Steven Klass"]
2424
__license__ = "See the file LICENSE.txt for licensing information."

0 commit comments

Comments
 (0)