Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Apr 12, 2024
1 parent 57c428f commit a04bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette_plus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
limitations under the License.
"""

__version__ = "1.0.0b"
__version__ = "1.0.0"

from starlette.requests import Request as Request
from starlette.responses import (
Expand Down

0 comments on commit a04bc08

Please sign in to comment.