diff --git a/README.md b/README.md index a174a7d..b00ccf4 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ REDIS_URL=redis://localhost:6379/0 pytest . ### Release ```shell -# decide on a new versio number and set it +# decide on a new version number and set it vim minique/__init__.py __version__ = "0.9.0"