From 3be70a1c92e95f438cc1bebcbd63827f510a7a75 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Sat, 2 Jul 2022 14:40:12 +0100 Subject: [PATCH] bump: version from 2.3.0 to 2.4.0 --- Makefile | 2 +- pyproject.toml | 2 +- src/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f2fed91..b4688b3 100755 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d976ee7..b02c87b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] packages = [ diff --git a/src/setup.py b/src/setup.py index e6ec018..cc310a1 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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",