Skip to content

Commit

Permalink
Bump to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyFaiz committed Apr 10, 2024
1 parent a513e92 commit 2408a78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rl"
version = "0.3.3"
version = "0.3.4"
authors = [
{ name = "Faiz Surani", email = "[email protected]" },
]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rl/cli/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

PROJECT_ROOT_DIR = Path(__file__).parent.parent.parent

ENTRY_POINT = PROJECT_ROOT_DIR / "rl" / "cli" / "cli.py"
ENTRY_POINT = PROJECT_ROOT_DIR / "rl" / "cli" / "main.py"
DIST_DIR = PROJECT_ROOT_DIR / "dist"
DIST_FILE = DIST_DIR / "rl"

Expand Down

0 comments on commit 2408a78

Please sign in to comment.