Skip to content

Commit

Permalink
Testing automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
domherriott committed May 23, 2023
1 parent 06d9a96 commit acbc7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.0.1"
VERSION = "0.0.2"
DESCRIPTION = "Streaming video data via networks"
LONG_DESCRIPTION = "Documenting data pipelines is hard. Not only is it complex, but it's also time consuming. When working with big teams it becomes near impossible; documentation is out of date as soon as it's completed as there's continual change. **sqlinks** hopes to remedy this by allowing you to generate flow diagrams programatically. This allows for reproducable and clear diagrams that, by using [diagrams.net](diagrams.net), are also easily accessible by non-technical users."

Expand Down

0 comments on commit acbc7a8

Please sign in to comment.