Skip to content

Commit 54adc8a

Browse files
committed
bump version
1 parent 5f9524e commit 54adc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='while-lang', # How you named your package folder (MyLib)
55
packages=['whilelang'], # Chose the same as "name"
66
version=
7-
'0.7', # Start with a small number and increase it with every change you make
7+
'0.7.1', # Start with a small number and increase it with every change you make
88
license=
99
'MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1010
description=
@@ -14,7 +14,7 @@
1414
url=
1515
'https://github.com/ricffb/while-lang', # Provide either the link to your github or to your website
1616
download_url=
17-
'https://github.com/ricffb/while-lang/archive/refs/tags/v0.7.tar.gz', # I explain this later on
17+
'https://github.com/ricffb/while-lang/archive/refs/tags/v0.7.1.tar.gz', # I explain this later on
1818
keywords=['WHILE', 'EDUCATIONAL', 'LMU', 'FSK',
1919
'TIMI'], # Keywords that define your package best
2020
install_requires=[ # I get to this in a second

0 commit comments

Comments
 (0)