Skip to content

Commit 5bb2ef6

Browse files
committed
version bump
1 parent 291ce0a commit 5bb2ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run(self):
6969

7070

7171
setup(name='pyxtuml',
72-
version='2.2.0', # ensure that this is the same as in xtuml.version
72+
version='2.2.1', # ensure that this is the same as in xtuml.version
7373
description='Library for parsing, manipulating, and generating BridgePoint xtUML models',
7474
author=u'John Törnblom',
7575
author_email='[email protected]',

xtuml/version.py

Lines changed: 2 additions & 2 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 = '2019-09-02'
20+
date = '2020-03-12'
2121
version = '2.2'
22-
release = '2.2.0' # ensure that this is the same as in setup.py
22+
release = '2.2.1' # 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)