Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtheall committed May 15, 2024
1 parent ee58ab6 commit f5eff70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python-mtheall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ PYTHON ?= python3
all: build

build:
$(PYTHON) ../setup.py build --debug
$(PYTHON) ../setup.py build --debug -j$(shell nproc)

wheel: build
$(PYTHON) ../setup.py bdist_wheel --py-limited-api=cp34

install: wheel
$(PYTHON) -m pip install --force-reinstall --user ./dist/RocketSim-2.1.0.post1-cp34-abi3-linux_x86_64.whl
$(PYTHON) -m pip install --force-reinstall --user ./dist/RocketSim-2.1.0.post2-cp34-abi3-linux_x86_64.whl

clean:
$(RM) -r build/ dist/ RocketSim.egg-info/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_extension(self, ext):

setup(
name = "RocketSim",
version = "2.1.0.post1",
version = "2.1.0.post2",
description = "This is Rocket League!",
cmdclass = {"build_ext": build_ext_ex},
ext_modules = [RocketSim],
Expand Down

0 comments on commit f5eff70

Please sign in to comment.