Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-z committed Aug 30, 2020
1 parent cc24a9f commit 5ddf744
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.3.0"
#define MyAppVersion "0.3.1"
#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.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

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

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

0 comments on commit 5ddf744

Please sign in to comment.