bump version

This commit is contained in:
Damien Elmes 2020-07-21 15:54:14 +10:00
parent 3337c96fdb
commit 412f1777bd
5 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
2.1.28
2.1.29

View file

@ -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.28") # automatically updated 1
install_requires.append("ankirspy==2.1.29") # automatically updated 1
setuptools.setup(
name="anki",
version="2.1.28", # automatically updated 2
version="2.1.29", # automatically updated 2
author="Ankitects Pty Ltd",
description="Anki's library code",
long_description="Anki's library code",

View file

@ -34,13 +34,13 @@ install_requires = [
"pyqt5>=5.9",
'psutil; sys.platform == "win32"',
'pywin32; sys.platform == "win32"',
"anki==2.1.28", # automatically updated 1
"anki==2.1.29", # automatically updated 1
]
setuptools.setup(
name="aqt",
version="2.1.28", # automatically updated 2
version="2.1.29", # automatically updated 2
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.28" # automatically updated
version = "2.1.29" # 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.28" # automatically updated
version = "2.1.29" # automatically updated
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
license = "AGPL-3.0-or-later"