Skip to content

Commit

Permalink
Update setup.py/conf.py with new version number + require python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Aug 28, 2020
1 parent e832ac0 commit ebd04ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "NewAE Technology Inc."

# The full version, including alpha/beta/rc tags
release = '5.2.1'
release = '5.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='chipwhisperer',
version='5.2.1-r1',
version='5.3.0',
description="ChipWhisperer Side-Channel Analysis Tool",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -28,5 +28,5 @@
'Source': 'https://github.com/newaetech/chipwhisperer',
'Issue Tracker': 'https://github.com/newaetech/chipwhisperer/issues',
},
python_requires='~=3.4',
python_requires='~=3.6',
)

0 comments on commit ebd04ca

Please sign in to comment.