Skip to content

Commit

Permalink
Set the versions back to match actual tags for last release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 29, 2024
1 parent 831fddb commit 1a009fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binaries/streamer_binaries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import platform

__version__ = '0.6.0'
__version__ = '0.5.1'


# Get the directory path where this __init__.py file resides.
Expand Down
2 changes: 1 addition & 1 deletion streamer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.6.0'
__version__ = '0.5.1'

from . import controller_node

0 comments on commit 1a009fe

Please sign in to comment.