diff --git a/meta/version b/meta/version index ef07ccc1e..d993c264b 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.35 +2.1.36 diff --git a/pylib/setup.py b/pylib/setup.py index 6a799d691..9d57a25c9 100644 --- a/pylib/setup.py +++ b/pylib/setup.py @@ -16,11 +16,11 @@ install_requires = [ # maturin develop hides the package from pip - https://github.com/ankitects/anki/pull/600 if not os.environ.get("SKIP_ANKI_RSPY", False): - install_requires.append("ankirspy==2.1.35") # automatically updated 1 + install_requires.append("ankirspy==2.1.36") # automatically updated 1 setuptools.setup( name="anki", - version="2.1.35", # automatically updated 2 + version="2.1.36", # automatically updated 2 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 831532e04..675302f1e 100644 --- a/qt/setup.py +++ b/qt/setup.py @@ -34,13 +34,13 @@ install_requires = [ "pyqt5>=5.9", 'psutil; sys.platform == "win32"', 'pywin32; sys.platform == "win32"', - "anki==2.1.35", # automatically updated 1 + "anki==2.1.36", # automatically updated 1 ] setuptools.setup( name="aqt", - version="2.1.35", # automatically updated 2 + version="2.1.36", # automatically updated 2 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 11b45b0aa..145ed2493 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.35" # automatically updated +version = "2.1.36" # 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 604f48b1e..d1eec7fc1 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.35" # automatically updated +version = "2.1.36" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors "] license = "AGPL-3.0-or-later"