We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dc7bc commit a2c68feCopy full SHA for a2c68fe
2 files changed
python_pkg/pyproject.toml
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
16
17
[project]
18
name = "bibexpy"
19
-version = "2.0.4"
+version = "2.0.5"
20
description = "Self-hosted bibliometric data preparation tool (Scopus + Web of Science)"
21
readme = "README.md"
22
requires-python = ">=3.10"
python_pkg/src/bibexpy/cli.py
@@ -25,7 +25,7 @@
25
_WEB_DIR = _PKG_DIR / "_web"
26
_SERVER_DIR = _PKG_DIR / "_server"
27
28
-__version__ = "2.0.4"
+__version__ = "2.0.5"
29
__codename__ = "Helium" # v2 surum kod adi (v1 "Hydrogen"in ardili; H -> He)
30
31
0 commit comments