Skip to content

Commit

Permalink
Merge pull request #65 from e-alizadeh/fix-semantic-release-bumpversion
Browse files Browse the repository at this point in the history
fix(pyproject): version bump config
  • Loading branch information
e-alizadeh authored Nov 8, 2023
2 parents 33da972 + 566989b commit 04f1083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zotero2readwise"
version = "0.3.3"
version = "0.4.0"
description = "Export your Zotero annotations and notes to Readwise"
readme = "README.md"
authors = ["ealizadeh <[email protected]>"]
Expand All @@ -22,7 +22,7 @@ classifiers = [
]

[tool.semantic_release]
version_variable = [
version_variables = [
"zotero2readwise/__init__.py:__version__",
"pyproject.toml:version"
]
Expand Down
2 changes: 1 addition & 1 deletion zotero2readwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

__author__ = "Essi Alizadeh"
__version__ = "0.3.3"
__version__ = "0.4.0"

TOP_DIR = Path(__file__).parent
FAILED_ITEMS_DIR = TOP_DIR

0 comments on commit 04f1083

Please sign in to comment.