We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881a6b commit ccf667bCopy full SHA for ccf667b
binary_database_files/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
from __future__ import unicode_literals, division
3
4
-VERSION = (1, 0, 7)
+VERSION = (1, 0, 8)
5
__version__ = '.'.join(map(str, VERSION))
6
7
default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'
0 commit comments