Skip to content

Commit

Permalink
fix version number errors - remove dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshami01 committed Mar 7, 2022
1 parent 4268db5 commit 50459b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iotedgedev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.3-rc0'
__version__ = '3.3.3rc0'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.3-rc0'
__version__ = '3.3.3rc0'

0 comments on commit 50459b5

Please sign in to comment.