Skip to content

Commit

Permalink
Bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Shminke committed Apr 30, 2023
1 parent d7e1b84 commit dc20186
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "ray-prover"
copyright = "2023, Boris Shminke"
author = "Boris Shminke"
release = "0.0.2"
release = "0.0.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ray-prover"
version = "0.0.2"
version = "0.0.3"
description = "Generic saturation prover using Ray RLlib"
authors = ["Boris Shminke <boris@shminke.ml>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -136,7 +136,7 @@ commands =
github_url = "https://github.com/inpfess/ray-prover/"

[tool.tbump.version]
current = "0.0.2"
current = "0.0.3"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion ray_prover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Ray Prover
===========
"""
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit dc20186

Please sign in to comment.