Skip to content

Commit

Permalink
version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm authored Jan 29, 2020
1 parent 6703a5e commit 8bd572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_database_files/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals, division

VERSION = (1, 0, 8)
VERSION = (1, 0, 9)
__version__ = '.'.join(map(str, VERSION))

default_app_config = 'binary_database_files.apps.DatabaseFilesAppConfig'

0 comments on commit 8bd572e

Please sign in to comment.