The third release of the library.
Fixes-
- Fixes in both `game_state.State` and `game_state.StateManager`'s docstrings
New-
- Made attributes of `game_state.StateManager` (`__states`, `__current_state`, `__last_state`) from non-public to protected, meaning you can now subclass and create your own StateManager.