Skip to content

Commit

Permalink
more pipe examples
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Mar 16, 2023
1 parent 86bf941 commit 34dff8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pkgexampleconcurrency"
version = "0.0.5"
version = "0.0.6"
authors = [
{ name="Good Boy", email="pythonic@rexbytes.com" },
]
Expand All @@ -22,7 +22,7 @@ classifiers = [
[project.urls]
"Homepage" = "https://github.com/RexBytes/pkgexampleconcurrency"
"Bug Tracker" = "https://github.com/RexBytes/pkgexampleconcurrency/issues"
"Download URL" ="https://github.com/RexBytes/pkgexampleconcurrency/archive/refs/tags/v0.0.5.tar.gz"
"Download URL" ="https://github.com/RexBytes/pkgexampleconcurrency/archive/refs/tags/v0.0.6.tar.gz"

[project.scripts]
rexthreading = "pkgexampleconcurrency:my_concurrency_module.my_threading"
Expand Down

0 comments on commit 34dff8d

Please sign in to comment.