bump version

This commit is contained in:
Damien Elmes 2020-04-28 08:57:56 +10:00
parent 0c8f6ced09
commit 00cf4fc585
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2.1.24
2.1.25

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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"