Skip to content

Commit 49dd966

Browse files
committed
job #42 bump version for pre-release
1 parent 2aef199 commit 49dd966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474
long_description = f.read()
7575

7676
setup(name='pyxtuml',
77-
version='2.3.0', # ensure that this is the same as in xtuml.version
77+
version='2.3.1a1', # ensure that this is the same as in xtuml.version
7878
description='Library for parsing, manipulating, and generating BridgePoint xtUML models',
7979
long_description=long_description,
8080
long_description_content_type='text/x-rst',

xtuml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
name = 'pyxtuml'
2020
date = '2021-11-06'
2121
version = '2.3'
22-
release = '2.3.0' # ensure that this is the same as in setup.py
22+
release = '2.3.1a1' # ensure that this is the same as in setup.py
2323

2424
complete_string = '%s v%s (%s)' % (name, release, date)

0 commit comments

Comments
 (0)