Skip to content

Commit 82f7903

Browse files
committed
Bump version to 3.0.0
1 parent fda345e commit 82f7903

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description = f.read()
2929

3030
setup(name='pyxtuml',
31-
version='2.3.1', # ensure that this is the same as in xtuml.version
31+
version='3.0.0', # ensure that this is the same as in xtuml.version
3232
description='Library for parsing, manipulating, and generating BridgePoint xtUML models',
3333
long_description=long_description,
3434
long_description_content_type='text/x-rst',

xtuml/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# License along with pyxtuml. If not, see <http://www.gnu.org/licenses/>.
1818

1919
name = 'pyxtuml'
20-
date = '2021-11-06'
21-
version = '2.3'
22-
release = '2.3.1' # ensure that this is the same as in setup.py
20+
date = '2024-12-02'
21+
version = '3.0'
22+
release = '3.0.0' # 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)