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 d5b5550 commit 1a50b21Copy full SHA for 1a50b21
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
package_name = "dbt-sqlite"
6
-package_version = "0.1.1"
+package_version = "0.1.2"
7
description = """A SQLite adapter plugin for dbt (data build tool)"""
8
long_description = "Please see the github repository for detailed information"
9
0 commit comments