Skip to content

Commit

Permalink
bump to 0.2.1; change from alpha to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Aug 25, 2021
1 parent 719ce32 commit dc578b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

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

Expand Down Expand Up @@ -32,7 +32,7 @@
"dbt-core~=0.20.0",
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',

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

Expand Down

0 comments on commit dc578b8

Please sign in to comment.