Skip to content

Commit

Permalink
my cat is fuzzy
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Dec 11, 2023
1 parent a1f1ffd commit 4be9004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon-lib/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
setup(
name='photonlibpy',
packages=find_packages(),
version=versionStr,
version="0.0.2",
install_requires=[
"wpilib<2025,>=2024.0.0b2",
],
description="Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors",
description=f"Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Goes with photonvision version {versionStr}",
url="https://photonvision.org",
author="Photonvision Development Team",
)

0 comments on commit 4be9004

Please sign in to comment.