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 ecbe700 commit 99a4cdaCopy full SHA for 99a4cda
README.rst
@@ -3,6 +3,7 @@ News
3
4
- June 2023: thonny-quecpython 0.1.1 released! (for those -- and only those -- who use Python >= 3.7).
5
- October 2023: thonny-quecpython 0.1.8 released!
6
+- November 2023: thonny-quecpython 0.2.0 released!
7
8
Overview
9
========
setup.py
@@ -14,7 +14,7 @@
14
15
from setuptools import setup, find_packages
16
17
-VERSION = "0.1.9"
+VERSION = "0.2.0"
18
19
20
def readme():
0 commit comments