Skip to content

Commit

Permalink
chore: prepare release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magiskboy committed Jul 2, 2023
1 parent 3f6e375 commit 839dcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM python:3.11-alpine

RUN pip install py-luke

ENTRYPOINT ["luke mock"]
ENTRYPOINT ["luke"]
2 changes: 1 addition & 1 deletion luke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .server import ServerGenerator # type: ignore # noqa
from .openapi import OpenAPISpec # type: ignore # noqa

__version__ = '0.0.1-dev1'
__version__ = '0.0.1'

0 comments on commit 839dcd3

Please sign in to comment.