Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikocorreoso committed Mar 4, 2021
1 parent e5baca3 commit 5263476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='tutormagic',
version='0.2.1',
version='0.3.1',
description='Magic to display pythontutor.com from a code cell in the IPython notebook.',
long_description=long_description,
url='https://github.com/kikocorreoso/tutormagic',
Expand All @@ -39,6 +39,10 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

# What does your project relate to?
Expand Down
2 changes: 1 addition & 1 deletion tutormagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""

__version__="0.3.0"
__version__="0.3.1"

#-----------------------------------------------------------------------------
# Copyright (C) 2015-2017 Kiko Correoso and the pythontutor.com developers
Expand Down

0 comments on commit 5263476

Please sign in to comment.