diff --git a/meta/version b/meta/version index 26412a859..a0b09d3ef 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.24 +2.1.25 diff --git a/pylib/setup.py b/pylib/setup.py index 904df94d3..28a43113e 100644 --- a/pylib/setup.py +++ b/pylib/setup.py @@ -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", diff --git a/qt/setup.py b/qt/setup.py index 456c9dcb1..38f4e2b72 100644 --- a/qt/setup.py +++ b/qt/setup.py @@ -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", diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index b92c04c09..e55fe9bfa 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -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" diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 06b5e394f..b4352ad55 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -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 "] license = "AGPL-3.0-or-later"