Skip to content

Commit

Permalink
bump version to 0.1.1, add long description for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Apr 21, 2021
1 parent 092ddb6 commit 44baaf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
from setuptools import setup

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

setup(
name=package_name,
version=package_version,
description=description,
long_description=description,
long_description=long_description,
author='Jeff Chiu',
author_email='[email protected]',
url='https://github.com/codeforkjeff/dbt-sqlite',
Expand Down

0 comments on commit 44baaf7

Please sign in to comment.