bump version
This commit is contained in:
parent
134765036c
commit
7d7c791504
@ -1 +1 @@
|
|||||||
2.1.31
|
2.1.32
|
||||||
|
@ -16,11 +16,11 @@ install_requires = [
|
|||||||
|
|
||||||
# maturin develop hides the package from pip - https://github.com/ankitects/anki/pull/600
|
# maturin develop hides the package from pip - https://github.com/ankitects/anki/pull/600
|
||||||
if not os.environ.get("SKIP_ANKI_RSPY", False):
|
if not os.environ.get("SKIP_ANKI_RSPY", False):
|
||||||
install_requires.append("ankirspy==2.1.31") # automatically updated 1
|
install_requires.append("ankirspy==2.1.32") # automatically updated 1
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="anki",
|
name="anki",
|
||||||
version="2.1.31", # automatically updated 2
|
version="2.1.32", # automatically updated 2
|
||||||
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",
|
||||||
|
@ -34,13 +34,13 @@ install_requires = [
|
|||||||
"pyqt5>=5.9",
|
"pyqt5>=5.9",
|
||||||
'psutil; sys.platform == "win32"',
|
'psutil; sys.platform == "win32"',
|
||||||
'pywin32; sys.platform == "win32"',
|
'pywin32; sys.platform == "win32"',
|
||||||
"anki==2.1.31", # automatically updated 1
|
"anki==2.1.32", # automatically updated 1
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="aqt",
|
name="aqt",
|
||||||
version="2.1.31", # automatically updated 2
|
version="2.1.32", # automatically updated 2
|
||||||
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.31" # automatically updated
|
version = "2.1.32" # 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.31" # automatically updated
|
version = "2.1.32" # 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 New Issue
Block a user