Skip to content

Commit c81e9e5

Browse files
committed
chore: release 2.0.0-dev3
1 parent c5e4f5d commit c81e9e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0-dev2
2+
current_version = 2.0.0-dev3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='python-gedcom',
13-
version='2.0.0-dev2',
13+
version='2.0.0-dev3',
1414
description='A Python module for parsing, analyzing, and manipulating GEDCOM files.',
1515
long_description=long_description,
1616
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)