mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
bump version
This commit is contained in:
parent
0c8f6ced09
commit
00cf4fc585
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
2.1.24
|
2.1.25
|
||||||
|
|
|
@ -15,7 +15,7 @@ install_requires = [
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="anki",
|
name="anki",
|
||||||
version="2.1.24", # automatically updated
|
version="2.1.25", # automatically updated
|
||||||
author="Ankitects Pty Ltd",
|
author="Ankitects Pty Ltd",
|
||||||
description="Anki's library code",
|
description="Anki's library code",
|
||||||
long_description="Anki's library code",
|
long_description="Anki's library code",
|
||||||
|
|
|
@ -35,7 +35,7 @@ install_requires = [
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="aqt",
|
name="aqt",
|
||||||
version="2.1.24", # automatically updated
|
version="2.1.25", # automatically updated
|
||||||
author="Ankitects Pty Ltd",
|
author="Ankitects Pty Ltd",
|
||||||
description="Anki's Qt GUI code",
|
description="Anki's Qt GUI code",
|
||||||
long_description="Anki's QT GUI code",
|
long_description="Anki's QT GUI code",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anki"
|
name = "anki"
|
||||||
version = "2.1.24" # automatically updated
|
version = "2.1.25" # automatically updated
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Ankitects Pty Ltd and contributors"]
|
authors = ["Ankitects Pty Ltd and contributors"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ankirspy"
|
name = "ankirspy"
|
||||||
version = "2.1.24" # automatically updated
|
version = "2.1.25" # automatically updated
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue