Skip to content

Commit a04bc08

Browse files
committed
Fix version.
1 parent 57c428f commit a04bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlette_plus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "1.0.0b"
16+
__version__ = "1.0.0"
1717

1818
from starlette.requests import Request as Request
1919
from starlette.responses import (

0 commit comments

Comments
 (0)