Skip to content

Commit 54085d8

Browse files
committed
Changed version to 0.3.7
1 parent c85473c commit 54085d8

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.3'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.3.7a'
63+
release = '0.3.7'
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.3.7a1',
9+
version='0.3.7',
1010
description='autosar python module',
1111
long_description=readme(),
1212
classifiers=[

0 commit comments

Comments
 (0)