Skip to content

Commit

Permalink
bump: version from 2.3.0 to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary committed Jul 2, 2022
1 parent 150da07 commit 3be70a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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",
Expand Down

0 comments on commit 3be70a1

Please sign in to comment.