Michael Brusegard
11 months ago
No known key found for this signature in database
GPG Key ID: 895FB8CD416FF235
2 changed files with
7 additions and
1 deletions
-
.gitignore
-
sticker/version.py
|
|
|
@ -1,5 +1,6 @@ |
|
|
|
.DS_Store |
|
|
|
/.idea |
|
|
|
build/ |
|
|
|
|
|
|
|
/.venv |
|
|
|
/env |
|
|
|
|
|
|
|
@ -1 +1,6 @@ |
|
|
|
from .get_version import git_tag, git_revision, version, linkified_version |
|
|
|
# Generated in setup.py |
|
|
|
|
|
|
|
git_tag = None |
|
|
|
git_revision = 'cb68a29a' |
|
|
|
version = '0.1.0+dev.cb68a29a' |
|
|
|
linkified_version = '0.1.0+dev.[cb68a29a](https://github.com/maunium/stickerpicker/commit/cb68a29a7566ffde52b9c875ffe3436dc3c4024d)' |