Skip to content

Commit dc578b8

Browse files
committed
bump to 0.2.1; change from alpha to beta
1 parent 719ce32 commit dc578b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
package_name = "dbt-sqlite"
6-
package_version = "0.2.0"
6+
package_version = "0.2.1"
77
description = """A SQLite adapter plugin for dbt (data build tool)"""
88
long_description = "Please see the github repository for detailed information"
99

@@ -32,7 +32,7 @@
3232
"dbt-core~=0.20.0",
3333
],
3434
classifiers=[
35-
'Development Status :: 3 - Alpha',
35+
'Development Status :: 4 - Beta',
3636

3737
'License :: OSI Approved :: Apache Software License',
3838

0 commit comments

Comments
 (0)