Skip to content

Commit

Permalink
docs: bump version to 0.1.0, development status to Beta (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Jul 26, 2019
1 parent b79a09a commit b613ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
url="https://github.com/reata/sqllineage",
packages=find_packages(exclude=("tests",)),
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "sqllineage"
version = "0.0.1"
version = "0.1.0"

0 comments on commit b613ec4

Please sign in to comment.