Skip to content

Commit a9aa924

Browse files
committed
Bump version: 0.3.4 → 1.0.0
1 parent 4815abe commit a9aa924

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RPGMaker MV Decoder v0.3.4
1+
# RPGMaker MV Decoder v1.0.0
22

3-
[![v0.3.4 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v0.3.4?label=v0.3.4%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v0.3.4 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v0.3.4?label=v0.3.4%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v0.3.4 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v0.3.4?label=v0.3.4%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v0.3.4?label=v0.3.4%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/v0.3.4/)
3+
[![v1.0.0 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.0.0?label=v1.0.0%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v1.0.0 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.0.0?label=v1.0.0%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v1.0.0 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.0.0?label=v1.0.0%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.0.0?label=v1.0.0%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/vrpgmaker_mv_decoder/v1.0.0/)
44
[![Latest pypi release](https://img.shields.io/pypi/v/rpgmaker_mv_decoder?label=Latest%20pypi%20release&logo=pypi&color=blue)](https://pypi.python.org/pypi/rpgmaker_mv_decoder)
55

66
This is a set of python scripts for decoding and encoding RPGMaker MV/MZ game assets.

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

2-
RPGMaker MV Decoder v0.3.4
2+
RPGMaker MV Decoder v1.0.0
33
==========================
44

55

6-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v0.3.4?label=v0.3.4%20CodeQL&logo=GitHub
6+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.0.0?label=v1.0.0%20CodeQL&logo=GitHub
77
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml
8-
:alt: v0.3.4 CodeQL Status
8+
:alt: v1.0.0 CodeQL Status
99

10-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v0.3.4?label=v0.3.4%20Python%20application&logo=GitHub
10+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.0.0?label=v1.0.0%20Python%20application&logo=GitHub
1111
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml
12-
:alt: v0.3.4 Python Application Status
12+
:alt: v1.0.0 Python Application Status
1313

14-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v0.3.4?label=v0.3.4%20Upload%20Python%20Package&logo=GitHub
14+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.0.0?label=v1.0.0%20Upload%20Python%20Package&logo=GitHub
1515
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml
16-
:alt: v0.3.4 Pylint Status
16+
:alt: v1.0.0 Pylint Status
1717

18-
.. image:: https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v0.3.4?label=v0.3.4%20Documentation&logo=readthedocs
19-
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/v0.3.4/
18+
.. image:: https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.0.0?label=v1.0.0%20Documentation&logo=readthedocs
19+
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/vrpgmaker_mv_decoder/v1.0.0/
2020
:alt: Documentation status
2121

2222

auto-py-to-exe-files/version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(0, 3, 4, 0),
4-
prodvers=(0, 3, 4, 0),
3+
filevers=(1, 0, 0, 0),
4+
prodvers=(1, 0, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x40004,
@@ -11,12 +11,12 @@
1111
kids=[StringFileInfo([StringTable(
1212
u'040904B0',
1313
[StringStruct(u'FileDescription', u'RPGMaker MV Decoder / Encoder'),
14-
StringStruct(u'FileVersion', u'0.3.4'),
14+
StringStruct(u'FileVersion', u'1.0.0'),
1515
StringStruct(u'InternalName', u'RPGMaker MV Decoder / Encoder'),
1616
StringStruct(u'LegalCopyright', u'© 2022 Scott Atkins'),
1717
StringStruct(u'OriginalFilename', u'RPGMaker MV Decoder - Encoder.exe'),
1818
StringStruct(u'ProductName', u'RPGMaker MV Decoder / Encoder'),
19-
StringStruct(u'ProductVersion', u'0.3.4'),
19+
StringStruct(u'ProductVersion', u'1.0.0'),
2020
StringStruct(u'Language', u'Language Neutral'),
2121
StringStruct(u'LegalTrademarks', u'')])]),
2222
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])]

rpgmaker_mv_decoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Scott Atkins"""
44
__email__ = "scott@kins.dev"
5-
__version__ = "0.3.4"
5+
__version__ = "1.0.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55
sign_tags = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite="tests",
5252
tests_require=test_requirements,
5353
url="https://github.com/kins-dev/rpgmaker_mv_decoder",
54-
version="0.3.4",
54+
version="1.0.0",
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)