Skip to content

Commit c476933

Browse files
author
Conny Gustafsson
committed
Change version to v0.4.3
1 parent 4f9ab15 commit c476933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.2'
63+
release = '0.4.3'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def readme():
66
return f.read()
77

88
setup(name='autosar',
9-
version='0.4.2',
9+
version='0.4.3',
1010
description='A set of Python modules for working with AUTOSAR XML files',
1111
long_description=readme(),
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)