Skip to content

Commit 40ade07

Browse files
committed
Update version to v1.1.1
Add new dependency.
1 parent 2ba8a5d commit 40ade07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'noterools',
3-
version: '1.1.0',
3+
version: '1.1.1',
44
license: 'BSD-3',
55
meson_version: '>=0.64.0',
66
default_options: ['warning_level=2'],

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["meson-python"]
44

55
[project]
66
name = "noterools"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
readme = "README_EN.md"
99
license = { text = "GPL-3.0-or-later" }
1010
requires-python = '>=3.10'
@@ -14,7 +14,7 @@ maintainers = [
1414
]
1515
keywords = [ "Zotero", ]
1616
description = "Not just zotero tools."
17-
dependencies = ["pywin32", "rich"]
17+
dependencies = ["pywin32", "rich", "pyzotero"]
1818

1919
[project.urls]
2020
homepage = "https://github.com/Syize/link-zotero-citation-bibliography"

0 commit comments

Comments
 (0)