Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit b8a7cc6

Browse files
authored
Update const.py (#14)
* Update const.py Add Phantom Muspah * Update setup.py Bump to 0.0.5
1 parent b15f7d0 commit b8a7cc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

osrs_api/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def _build_xp_table():
111111
"Nightmare",
112112
"Phosani's Nightmare",
113113
"Obor",
114+
"Phantom Muspah",
114115
"Sarachnis",
115116
"Scorpia",
116117
"Skotizo",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python_osrsapi",
8-
version="0.0.4",
8+
version="0.0.5",
99
author="Chasesc",
1010
description="Oldschool Runescape API wrapper",
1111
long_description=long_description,

0 commit comments

Comments
 (0)