Skip to content

Commit

Permalink
Changed version number to 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsVroegh committed Oct 1, 2024
1 parent ea9b297 commit 51b5343
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.23"
version: "0.0.24"
4 changes: 2 additions & 2 deletions doc/widgets/howtocite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<p class="mint-green-code-block">
<b>APA</b>: Moodley, K. Hafner, F., Lüken, M., Tjong Kim Sang, E. Smeets, S. &
Vroegh, T.(2024). Orange-story-navigator (Version 0.0.23) [Computer software].
Vroegh, T.(2024). Orange-story-navigator (Version 0.0.24) [Computer software].
https://github.com/navigating-stories/orange-story-navigator
</p>
<p class="mint-green-code-block">
<b>BibTex</b>: @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.23) [Computer software]},
(Version 0.0.24) [Computer software]},
url = {https://github.com/navigating-stories/orange-story-navigator}
</p>
2 changes: 1 addition & 1 deletion orangecontrib/storynavigation/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.23'
__version__ = '0.0.24'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23"
version = "0.0.24"
description = "Narrative analysis add-on for the Orange 3 data mining software package."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -98,7 +98,7 @@ show_missing = true
source = ['orangecontrib/storynavigation']

[tool.bumpversion]
current_version = "0.0.23"
current_version = "0.0.24"

[[tool.bumpversion.files]]
filename = "orangecontrib/storynavigation/__init__.py"
Expand Down

0 comments on commit 51b5343

Please sign in to comment.