Skip to content

Commit

Permalink
Merge pull request #56 from xtuml/1_3_0_release
Browse files Browse the repository at this point in the history
release 1.3.0
  • Loading branch information
cortlandstarrett authored Mar 15, 2024
2 parents 8148649 + 799e21b commit cc85860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import xtuml
import zipapp

VERSION = '1.2.2'
VERSION = '1.3.0'


def gen_grammar():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

if __name__ == '__main__':
version='1.2.2',
version='1.3.0',
setup(name='plus2json',
description='PLUS Activity PlantUML Parser/Processor',
author='Cortland Starrett',
Expand Down

0 comments on commit cc85860

Please sign in to comment.