Skip to content

Commit

Permalink
bump version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treeben77 committed Jun 7, 2023
1 parent 03738ed commit 42a2c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rblxopencloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from typing import Literal

VERSION: str = "1.3.0"
VERSION: str = "1.3.1"
VERSION_INFO: Literal['alpha', 'beta', 'final'] = "final"

del Literal

0 comments on commit 42a2c83

Please sign in to comment.