Skip to content

Commit

Permalink
Fixed dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabisonfire committed Dec 6, 2021
1 parent 844fa22 commit b782bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deckster/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion deckster/common/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path

global __version__
__version__ = "0.1"
__version__ = "0.1.0"

logger = logging.getLogger("deckster")

Expand Down

0 comments on commit b782bf0

Please sign in to comment.