Skip to content

Commit

Permalink
Increased version to 0.0.2.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Nov 24, 2023
1 parent 8339c28 commit 7fd4665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zconcurrent"
version = "0.0.1"
version = "0.0.2.alpha"
description = ""
authors = ["Zach Fuller <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ packages = [{include = "zconcurrent", from = "src"}]

[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "~3.8.6"
aiohttp = "~3.8.0"
aiodns = "~3.1.1"
msgspec = "0.18.4"
uvloop = { version = "0.19.0", optional = true }
Expand Down

0 comments on commit 7fd4665

Please sign in to comment.