Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Sep 4, 2022
1 parent dd0ac8b commit 311625c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Authors and contributors:
NicklasMCHD
JessicaTegner
Manuel Cortes
Marcus von Appen <[email protected]>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation


or from source
* git clone https://github.com/NicklasMCHD/PyAL.git
* git clone https://github.com/JessicaTegner/PyAL.git
* cd PyAl
* python setup.py install

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from distutils.core import setup

VERSION = "0.4.0"
VERSION = "0.4.1"

if __name__ == "__main__":

Expand All @@ -26,7 +26,7 @@
"author": "Marcus von Appen",
"author_email": "[email protected]",
"license": "Public Domain / zlib",
"url": "https://github.com/NicklasTegner/PyAL",
"url": "https://github.com/JessicaTegner/PyAL",
"packages": ["openal",
"openal.loaders",
"openal.test",
Expand Down

0 comments on commit 311625c

Please sign in to comment.