Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Bump version to v0.5.1 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeon0 committed Dec 15, 2021
1 parent 91e65e6 commit 1f482d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/run/trav.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def battle(self, do_pre_buff: bool) -> Union[bool, tuple[Location, bool]]:
picked_up_items |= self._pickit.pick_up_items(self._char, is_at_trav=True)
# if we picked up items lets make sure we go back to the center to not hide the tp
if picked_up_items:
self._pather.traverse_nodes([229], self._char, time_out=2.5)
self._pather.traverse_nodes([230], self._char, time_out=2.5)
return (Location.A3_TRAV_CENTER_STAIRS, picked_up_items)
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0-dev'
__version__ = '0.5.1-dev'

0 comments on commit 1f482d5

Please sign in to comment.