Skip to content

Commit

Permalink
🔖 feat(pyproject.toml): 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed Mar 17, 2022
1 parent af416f8 commit 6c6b2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ requires = ["flit_core >=3.2,<4"]

[project]
name = "pAsynCrawler"
version = "0.1.9" # official version
version = "0.1.10" # official version

authors = [{name = "Michael Hsieh", email = "m9810223@gmail.com"}]
description = ""

requires-python = ">=3.7,<4"
requires-python = ">=3.6,<4"

dependencies = [
"aiohttp >=3.8.1",
Expand Down Expand Up @@ -45,7 +45,7 @@ homepage = "https://github.com/m9810223/pAsynCrawler"
authors = [" "]
description = ""
name = "pAsynCrawler"
version = "0.1.9-dev"
version = "0.1.10-dev"

[tool.poetry.dependencies]
aiohttp = "^3.8.1"
Expand Down

0 comments on commit 6c6b2ff

Please sign in to comment.