Skip to content

Commit

Permalink
publish other package
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 committed Aug 7, 2024
1 parent a673be2 commit 68084b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dothttp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.43a19"
__version__ = "0.0.43a20"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dothttp-req"
version = "0.0.43a19"
version = "0.0.43a20"
description = "Dothttp is Simple http client for testing and development"
authors = ["Prasanth <kesavarapu.siva@gmail.com>"]
license = "MIT"
Expand All @@ -10,6 +10,7 @@ classifiers = [
"Operating System :: OS Independent",
]
exclude = ["test", "test.core", "test.extensions", "benchmarks"]
packages = [{'include'='dotextensions'}, {'include'='dothttp'}, {'include'='dothttp_req'}]
repository = "https://github.com/cedric05/dothttp"

[tool.poetry.urls]
Expand Down

0 comments on commit 68084b1

Please sign in to comment.