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 719ce32 commit dc578b8Copy full SHA for dc578b8
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
package_name = "dbt-sqlite"
6
-package_version = "0.2.0"
+package_version = "0.2.1"
7
description = """A SQLite adapter plugin for dbt (data build tool)"""
8
long_description = "Please see the github repository for detailed information"
9
@@ -32,7 +32,7 @@
32
"dbt-core~=0.20.0",
33
],
34
classifiers=[
35
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
36
37
'License :: OSI Approved :: Apache Software License',
38
0 commit comments