Skip to content

Commit

Permalink
Merge pull request #399 from streamsync-cloud/dev
Browse files Browse the repository at this point in the history
chore: Merge for release
  • Loading branch information
ramedina86 authored Apr 23, 2024
2 parents a406963 + 7d8eded commit 6981f0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "streamsync"
version = "0.5.0rc1"
version = "0.5.0rc2"
description = "Streamsync helps you create performant data apps, via Python code and its built-in visual UI editor."
authors = ["Ramiro Medina <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -24,7 +24,9 @@ packages = [
{ include = "streamsync", from = "src" }
]
include = [
"src/streamsync/static/**/*"
"src/streamsync/*.py",
"src/streamsync/static/**/*",
"src/streamsync/app_templates/**/*"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 6981f0a

Please sign in to comment.