Skip to content

Commit

Permalink
Bump version for 0.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whytey committed Jul 7, 2024
1 parent 7cd7a94 commit fdd86bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymoebot/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "pymoebot"
__summary__ = "A Python library intended to monitor and control MoeBot robotic lawn mowers."
__uri__ = "https://github.com/Whytey/pymoebot"
__version__ = "%d.%d.%d" % (0, 3, 0)
__version__ = "%d.%d.%d" % (0, 3, 1)
__author__ = "David Whyte"
__email__ = "David@Whyte.xyz"

0 comments on commit fdd86bc

Please # to comment.