Skip to content

Commit

Permalink
Reverting the version back to '+dev' after release. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMkrish authored Jan 3, 2024
1 parent 219b718 commit dc4c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smsdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __str__(self) -> str:
return result


version_info = VersionInfo(1, 26, 0, "", None)
version_info = VersionInfo(1, 26, 0, "+dev", None)
version = str(f"v{version_info}")


Expand Down

0 comments on commit dc4c9fb

Please sign in to comment.