Skip to content

Commit

Permalink
bump version for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathan747 committed Feb 15, 2023
1 parent c2e09c3 commit 1faa1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):
long_description = f.read()

setup(name='pyxtuml',
version='2.3.1a1', # ensure that this is the same as in xtuml.version
version='2.3.1', # ensure that this is the same as in xtuml.version
description='Library for parsing, manipulating, and generating BridgePoint xtUML models',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion xtuml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
name = 'pyxtuml'
date = '2021-11-06'
version = '2.3'
release = '2.3.1a1' # ensure that this is the same as in setup.py
release = '2.3.1' # ensure that this is the same as in setup.py

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

0 comments on commit 1faa1d8

Please sign in to comment.