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 a862ba2 commit 7c4a166Copy full SHA for 7c4a166
binary_database_files/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 0, 15)
+VERSION = (1, 0, 16)
2
__version__ = ".".join(map(str, VERSION))
3
4
default_app_config = "binary_database_files.apps.DatabaseFilesAppConfig"
0 commit comments