Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jul 12, 2023
1 parent b2a3edd commit 3e37103
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include pooltool/config/*
include pooltool/config/menus/*.xml
recursive-include pooltool/ README.md
recursive-include pooltool/ani/camera/states *.json
recursive-include pooltool/logo *
recursive-include pooltool/models *
Expand Down
2 changes: 1 addition & 1 deletion pooltool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from pooltool import terminal
from pooltool.ani.animate import FrameStepper, Game, ShotViewer
Expand Down
2 changes: 2 additions & 0 deletions run_pooltool.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
python run_pooltool %*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="pooltool-billiards",
version="0.2.1.dev0",
version="0.2.1",
packages=find_packages(),
scripts=["run_pooltool", "run_pooltool.bat"],
author_email="[email protected]",
Expand Down

0 comments on commit 3e37103

Please sign in to comment.