Skip to content

Commit b985fef

Browse files
committed
Bump version to 1.0.7
1 parent 3de8e27 commit b985fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_database_files/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals, division
33

4-
VERSION = (1, 0, 6)
4+
VERSION = (1, 0, 7)
55
__version__ = '.'.join(map(str, VERSION))
66

77
default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'

0 commit comments

Comments
 (0)