diff --git a/CITATION.cff b/CITATION.cff index 3ab9263..3cf37ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -43,4 +43,4 @@ message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/navigating-stories" url: "https://orange-story-navigator.readthedocs.io/en/latest/" title: "Navigating Stories" -version: "0.0.28" \ No newline at end of file +version: "0.0.29" \ No newline at end of file diff --git a/doc/widgets/howtocite.md b/doc/widgets/howtocite.md index 5ff9880..e5c793c 100644 --- a/doc/widgets/howtocite.md +++ b/doc/widgets/howtocite.md @@ -24,13 +24,13 @@ You can do this easily with one of these options: - If you prefer to copypaste, here you have the APA and BibTex strings:

APA: Moodley, K. Hafner, F., Lüken, M., Tjong Kim Sang, E. Smeets, S. & -Vroegh, T.(2024). Orange-story-navigator (Version 0.0.28) [Computer software]. +Vroegh, T.(2024). Orange-story-navigator (Version 0.0.29) [Computer software]. https://github.com/navigating-stories/orange-story-navigator

BibTex: @software{orange-story-navigator, author = {Moodley, Kody, Hafner, Flavio, Lüken, Malte, Tjong Kim Sang, Erik, Smeets, Stef. and Vroegh, Thijs}, title = {orange-story-navigator - (Version 0.0.28) [Computer software]}, + (Version 0.0.29) [Computer software]}, url = {https://github.com/navigating-stories/orange-story-navigator}

\ No newline at end of file diff --git a/orangecontrib/storynavigation/__init__.py b/orangecontrib/storynavigation/__init__.py index 1816ddd..6fbcd7a 100644 --- a/orangecontrib/storynavigation/__init__.py +++ b/orangecontrib/storynavigation/__init__.py @@ -1 +1 @@ -__version__ = '0.0.28' \ No newline at end of file +__version__ = '0.0.29' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 92ecd9a..8cb84b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] name = "storynavigator" -version = "0.0.28" +version = "0.0.29" description = "Narrative analysis add-on for the Orange 3 data mining software package." readme = "README.md" requires-python = ">=3.9" @@ -98,7 +98,7 @@ show_missing = true source = ['orangecontrib/storynavigation'] [tool.bumpversion] -current_version = "0.0.28" +current_version = "0.0.29" [[tool.bumpversion.files]] filename = "orangecontrib/storynavigation/__init__.py"