diff --git a/README.md b/README.md index e07f33c..306300b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Then navigate to http://localhost:8000 ``` pip install deckster-sd ``` -The install process will create a default `config.json` to your /`home`/`.config`/`deckster` folder. The just run `deckster`. +The install process will create a default `config.json` to your /`home`/`.config`/`deckster` folder. Then just run `deckster`. # Service You can have deckster run as a service by using the service file template in the repository. Replace "myusername" with your linux user and then run: diff --git a/deckster/__init__.py b/deckster/__init__.py index 7141c42..a68927d 100644 --- a/deckster/__init__.py +++ b/deckster/__init__.py @@ -1 +1 @@ -__version__ = "0.1" \ No newline at end of file +__version__ = "0.1.0" \ No newline at end of file diff --git a/deckster/common/configs.py b/deckster/common/configs.py index 09f2acd..aa3750d 100644 --- a/deckster/common/configs.py +++ b/deckster/common/configs.py @@ -6,7 +6,7 @@ from pathlib import Path global __version__ -__version__ = "0.1" +__version__ = "0.1.0" logger = logging.getLogger("deckster")