diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-10-30 23:32:35 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-10-30 23:32:35 +0200 |
| commit | d3adedf3dfaede63d5b03b263c2cfaad291c4ffe (patch) | |
| tree | b42b6b2c7aaf50025a3ab549a620e12971e1a773 /sticker/__init__.py | |
| parent | 78fdb6f1755aacd32cd9e5e664610276e4451272 (diff) | |
Add fancy versioning stuff
Diffstat (limited to 'sticker/__init__.py')
| -rw-r--r-- | sticker/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sticker/__init__.py b/sticker/__init__.py index e69de29..86e4dc2 100644 --- a/sticker/__init__.py +++ b/sticker/__init__.py @@ -0,0 +1,2 @@ +__version__ = "0.1.0+dev" +__author__ = "Tulir Asokan <tulir@maunium.net>" |
