Skip to content

Commit

Permalink
Bump version: 0.1.13 → 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-z committed May 18, 2018
1 parent 5781b32 commit 021ba74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion freeze/ged2doc.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ged2doc"
#define MyAppVersion "0.1.13"
#define MyAppVersion "0.1.14"
#define MyAppPublisher "Andy Salnikov"
#define MyAppURL "https://github.com/andy-z/ged2doc"
#define MyAppExeName "ged2doc.exe"
Expand Down
2 changes: 1 addition & 1 deletion ged2doc/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Andy Salnikov"""
__email__ = 'ged4py@py-dev.com'
__version__ = '0.1.13'
__version__ = '0.1.14'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.13
current_version = 0.1.14
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

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

0 comments on commit 021ba74

Please sign in to comment.