Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
(and tweak setup.py a bit to get around me screwing up the PyPI upload)
  • Loading branch information
devinacker committed Oct 6, 2017
1 parent 9f0f70c commit fa90bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions omg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '0.2'
__author__ = 'Fredrik Johansson'
__version__ = '0.3.0'
__author__ = 'Devin Acker, Fredrik Johansson'

from omg.wadio import *
from omg.wad import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'omgifol',
version = '0.3',
version = '0.3.0',
description = 'A Python library for manipulation of Doom WAD files',
url = 'https://github.com/devinacker/omgifol',
author = 'Devin Acker, Fredrik Johansson',
Expand Down

0 comments on commit fa90bb1

Please sign in to comment.