Skip to content

Commit

Permalink
bump version 0.16.1 -> 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guidj committed Feb 17, 2025
1 parent 62f3f75 commit 337858f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rl-daaf"
version = "0.16.1"
version = "0.16.2"
authors = [{name = "guilherme", email = "guilherme@dsv.su.se"}]
maintainers = [{name = "guilherme", email = "guilherme@dsv.su.se"}]
description = "Reinforcement learning with delayed, aggregate, and anonymous feedback"
Expand Down Expand Up @@ -42,7 +42,7 @@ where = ["src"]
namespaces = false

[tool.bumpver]
current_version = "0.16.1"
current_version = "0.16.2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/daaf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "guilherme"
__version__ = "0.16.1"
__version__ = "0.16.2"
__email__ = "guilherme@dsv.su.se"
__description__ = "RL with delayed, aggregate, feedback"
__uri__ = "https://github.com/guidj/rl-daaf"
Expand Down
24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 337858f

Please sign in to comment.