Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treeben77 committed Sep 25, 2023
1 parent bdc1a63 commit 535a9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
copyright = '2022-2023 treeben77'
author = 'treeben77'

release = '1.4'
version = '1.4.0'
release = '1.5'
version = '1.5.0'

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion rblxopencloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Literal
import requests

VERSION: str = "1.5.0"
VERSION: str = "1.5.1"
VERSION_INFO: Literal['alpha', 'beta', 'final'] = "final"

user_agent: str = f"rblx-open-cloud/{VERSION} (https://github.com/treeben77/rblx-open-cloud)"
Expand Down

0 comments on commit 535a9ff

Please sign in to comment.