bump: version from 2.3.0 to 2.4.0

This commit is contained in:
Vikash Kothary 2022-07-02 14:40:12 +01:00
parent 150da07f66
commit 3be70a1c92
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env make
ANKISYNCD_NAME ?= Anki Sync Server
ANKISYNCD_VERSION ?= v2.3.0
ANKISYNCD_VERSION ?= v2.4.0
ANKISYNCD_DESCRIPTION ?= Self-hosted Anki Sync Server.
ENV ?= local

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "anki-sync-server"
version = "2.3.0"
version = "2.4.0"
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
packages = [

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
# TODO: Generate from or parse values from pyproject.toml.
setup(
name="anki-sync-server",
version="2.3.0",
version="2.4.0",
description="Self-hosted Anki Sync Server.",
author="Anki Community",
author_email="kothary.vikash+ankicommunity@gmail.com",