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 6703a5e commit 8bd572eCopy full SHA for 8bd572e
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, 8)
+VERSION = (1, 0, 9)
5
__version__ = '.'.join(map(str, VERSION))
6
7
default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'
0 commit comments