We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b952 commit d0d789eCopy full SHA for d0d789e
.gitignore
@@ -1 +1,3 @@
1
-*.log
+*.log
2
+dist
3
+thonny_quecpython.egg-info
README.rst
@@ -1,7 +1,7 @@
News
====
4
-- June 2023: thonny-quecpython 0.1.0 released! (for those -- and only those -- who use Python >= 3.7).
+- June 2023: thonny-quecpython 0.1.1 released! (for those -- and only those -- who use Python >= 3.7).
5
6
7
Overview
setup.py
@@ -9,7 +9,7 @@ def readme():
9
10
setup(
11
name='thonny-quecpython',
12
- version='0.1.0',
+ version='0.1.1',
13
description='quecpython programing kits for thonny',
14
long_description=readme(),
15
long_description_content_type='text/x-rst',
0 commit comments