Skip to content

Commit 3202a8b

Browse files
committed
v2.0.6 - footer shows running version + editable borderline JW threshold
1 parent c24f599 commit 3202a8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
1616

1717
[project]
1818
name = "bibexpy"
19-
version = "2.0.5"
19+
version = "2.0.6"
2020
description = "Self-hosted bibliometric data preparation tool (Scopus + Web of Science)"
2121
readme = "README.md"
2222
requires-python = ">=3.10"

python_pkg/src/bibexpy/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
_WEB_DIR = _PKG_DIR / "_web"
2626
_SERVER_DIR = _PKG_DIR / "_server"
2727

28-
__version__ = "2.0.5"
28+
__version__ = "2.0.6"
2929
__codename__ = "Helium" # v2 surum kod adi (v1 "Hydrogen"in ardili; H -> He)
3030

3131

0 commit comments

Comments
 (0)