Skip to content

Commit

Permalink
Push version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Apr 18, 2023
1 parent ba63299 commit 0609ba4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
graft starlette_web
global-exclude */__pycache__/*
global-exclude *.pyc

recursive-exclude .git *
recursive-exclude .github *
recursive-exclude .pytest_cache *
recursive-exclude docs *
recursive-exclude examples *
recursive-exclude tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[cod]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "starlette_web"
version = "0.1.3"
version = "0.1.4"
description = "Asynchronous web framework, based on Starlette and inspired by Django"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -60,7 +60,7 @@ auth = ["PyJWT>=2.6,<2.7"]
postgres = ["asyncpg>=0.27,<0.28"]
redis = ["redis>=4.5.4,<4.6"]
scheduler = [
"croniter>=1.3.8,<1.4",
"croniter>=1.3.14,<1.4",
"py-win-task-scheduler==0.1.0; sys_platform == 'win32'",
]
deploy = ["gunicorn>=20.1.0,<20.2"]
Expand Down

0 comments on commit 0609ba4

Please sign in to comment.