mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add extra minor version number to ensure betas get upgraded
This commit is contained in:
parent
5e7c62bca5
commit
ff60f105d9
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
version = "1.0"
|
version = "1.0.0"
|
||||||
|
|
||||||
from anki.deck import DeckStorage
|
from anki.deck import DeckStorage
|
||||||
|
|
Loading…
Reference in a new issue