Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Feb 12, 2024
2 parents 0b0299c + 21c57ef commit 7baf8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
![PyPI - Wheel](https://img.shields.io/pypi/wheel/rom-manager)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/rom-manager)

*Version: 0.0.14*
*Version: 0.0.15*

Convert Game ROMs to Compressed Hunks of Data (CHD) file format or RVZ file format

Expand Down
2 changes: 1 addition & 1 deletion rom_manager/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

__version__ = '0.0.14'
__version__ = '0.0.15'
__author__ = 'Audel Rouhi'
__credits__ = 'Audel Rouhi'

0 comments on commit 7baf8af

Please sign in to comment.