diff --git a/README.md b/README.md index fd1c6e8..1f18961 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Debug logs are also a good way to understand the inner workings of PyGaSe. --- ## Changes +### 0.3.1 +- improved documentation +- minor logging fixes + ### 0.3.0 - sticking to SemVer from here on out - logging added using the standard `logging` module diff --git a/pyproject.toml b/pyproject.toml index 61a106e..bf5b55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pygase" -version = "0.3.0" +version = "0.3.1" description = "game-ready client-server architecture and UDP-based network protocol - built to be easy to use, lightweight, fast, scalable and reliable" authors = ["Silas Bischoff "] license = "MIT"