bump version
This commit is contained in:
parent
0c8f6ced09
commit
00cf4fc585
@ -1 +1 @@
|
||||
2.1.24
|
||||
2.1.25
|
||||
|
@ -15,7 +15,7 @@ install_requires = [
|
||||
|
||||
setuptools.setup(
|
||||
name="anki",
|
||||
version="2.1.24", # automatically updated
|
||||
version="2.1.25", # automatically updated
|
||||
author="Ankitects Pty Ltd",
|
||||
description="Anki's library code",
|
||||
long_description="Anki's library code",
|
||||
|
@ -35,7 +35,7 @@ install_requires = [
|
||||
|
||||
setuptools.setup(
|
||||
name="aqt",
|
||||
version="2.1.24", # automatically updated
|
||||
version="2.1.25", # automatically updated
|
||||
author="Ankitects Pty Ltd",
|
||||
description="Anki's Qt GUI code",
|
||||
long_description="Anki's QT GUI code",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "anki"
|
||||
version = "2.1.24" # automatically updated
|
||||
version = "2.1.25" # automatically updated
|
||||
edition = "2018"
|
||||
authors = ["Ankitects Pty Ltd and contributors"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ankirspy"
|
||||
version = "2.1.24" # automatically updated
|
||||
version = "2.1.25" # automatically updated
|
||||
edition = "2018"
|
||||
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
Loading…
Reference in New Issue
Block a user