Skip to content

Commit 6a2814e

Browse files
committed
Change version to 0.4.4
Change minimum Python version to 3.6
1 parent 02eefe3 commit 6a2814e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classic AUTOSAR only.
2020

2121
## Requirements
2222

23-
* Python 3.4+
23+
* Python 3.6+
2424
* cfile v0.2.0
2525

2626
## Installation

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ def readme():
66
return f.read()
77

88
setup(name='autosar',
9-
version='0.4.4b7',
9+
version='0.4.4',
1010
description='A set of Python modules for working with AUTOSAR XML files',
1111
long_description=readme(),
1212
long_description_content_type='text/markdown',
1313
classifiers=[
1414
'Development Status :: 3 - Alpha',
1515
'License :: OSI Approved :: MIT License',
16-
'Programming Language :: Python :: 3.4',
16+
'Programming Language :: Python :: 3.6',
1717
'Topic :: Text Processing :: Markup :: XML',
1818
],
1919
url='http://github.com/cogu/autosar',
@@ -23,8 +23,8 @@ def readme():
2323
author='Conny Gustafsson',
2424
author_email='congus8@gmail.com',
2525
license='MIT',
26-
install_requires=[
27-
'cfile==0.2.0',
26+
install_requires=[
27+
'cfile==0.2.0',
2828
],
2929
packages=['autosar','autosar.parser','autosar.writer','autosar.rte', 'autosar.bsw', 'autosar.util'],
3030
zip_safe=False,

0 commit comments

Comments
 (0)