Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed Nov 19, 2022
1 parent d366c4d commit 3b72a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '0.4.0'
__version__ = '0.5.0'
__author__ = 'Devin Acker, Fredrik Johansson'

from omg.wadio import *
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[bdist_wheel]
universal=1
3 changes: 2 additions & 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.4.0',
version = '0.5.0',
description = 'A Python library for manipulation of Doom WAD files',
url = 'https://github.com/devinacker/omgifol',
author = 'Devin Acker, Fredrik Johansson',
Expand All @@ -17,6 +17,7 @@
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
],
python_requires = ">=3.3",
packages = find_packages(exclude = ['demo']),
scripts = glob.glob("demo/*.py"),
)

0 comments on commit 3b72a2d

Please sign in to comment.