Skip to content

Commit ccf667b

Browse files
committed
Bump version to 1.0.8
1 parent e881a6b commit ccf667b

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

77
default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'

0 commit comments

Comments
 (0)