Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-z committed Oct 10, 2020
1 parent 6de377b commit f1e6d0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion freeze/ged2doc.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ged2doc"
#define MyAppVersion "0.4.2"
#define MyAppVersion "0.5.0"
#define MyAppPublisher "Andy Salnikov"
#define MyAppURL "https://github.com/andy-z/ged2doc"
#define MyAppExeName "ged2doc.exe"
Expand Down
2 changes: 1 addition & 1 deletion freeze/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
build_exe_options = {"excludes": ["tkinter"]}

setup(name="ged2doc",
version="0.4.2",
version="0.5.0",
description="ged2doc command line tool",
options={"build_exe": build_exe_options},
executables=[Executable("freeze\\freeze_main.py",
Expand Down
2 changes: 1 addition & 1 deletion ged2doc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Andy Salnikov"""
__email__ = 'ged4py@py-dev.com'
__version__ = '0.4.2'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='ged2doc',
version='0.4.2',
version='0.5.0',
description="Tools for converting GEDCOM data into document formats.",
long_description=readme + '\n\n' + history,
author="Andy Salnikov",
Expand Down

0 comments on commit f1e6d0c

Please sign in to comment.