Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Bump version for 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kierdavis committed Aug 5, 2019
1 parent 173ace0 commit 6fb2ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions j5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

__all__ = ["BoardGroup", "BaseRobot", "__version__", "__version_short__"]

__version__ = "0.7.2"
__version_short__ = "0.7.2"
__version__ = "0.7.3"
__version_short__ = "0.7.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "j5"
version = "0.7.2"
version = "0.7.3"
description = "J5 Robotics API"
authors = ["j5 contributors <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6fb2ab8

Please sign in to comment.