Skip to content

Commit 8bd572e

Browse files
authored
version 1.0.9
1 parent 6703a5e commit 8bd572e

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, 8)
4+
VERSION = (1, 0, 9)
55
__version__ = '.'.join(map(str, VERSION))
66

77
default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'

0 commit comments

Comments
 (0)