Skip to content

Commit

Permalink
Update version tracking on the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Nov 15, 2024
1 parent ece0956 commit f794aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

project = "scores"
copyright = "Licensed under Apache 2.0 - https://www.apache.org/licenses/LICENSE-2.0"
release = "1.3.0"
release = "1.4.0"

version = __version__

Expand Down
2 changes: 1 addition & 1 deletion src/scores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import scores.sample_data
import scores.stats.statistical_tests # noqa: F401

__version__ = "1.3.0"
__version__ = "1.4.0"

__all__ = [
"scores.categorical",
Expand Down

0 comments on commit f794aa3

Please sign in to comment.