Skip to content

Commit d0d789e

Browse files
committed
fix version==0.1.1
1 parent 209b952 commit d0d789e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*.log
1+
*.log
2+
dist
3+
thonny_quecpython.egg-info

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
News
22
====
33

4-
- June 2023: thonny-quecpython 0.1.0 released! (for those -- and only those -- who use Python >= 3.7).
4+
- June 2023: thonny-quecpython 0.1.1 released! (for those -- and only those -- who use Python >= 3.7).
55

66

77
Overview

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name='thonny-quecpython',
12-
version='0.1.0',
12+
version='0.1.1',
1313
description='quecpython programing kits for thonny',
1414
long_description=readme(),
1515
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)