diff --git a/src/dist/thunno2-2.1.9.tar.gz b/src/dist/thunno2-2.1.9.tar.gz new file mode 100644 index 0000000..233210a Binary files /dev/null and b/src/dist/thunno2-2.1.9.tar.gz differ diff --git a/src/thunno2.egg-info/PKG-INFO b/src/thunno2.egg-info/PKG-INFO index 77f95ea..2185393 100644 --- a/src/thunno2.egg-info/PKG-INFO +++ b/src/thunno2.egg-info/PKG-INFO @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: thunno2 -Version: 2.1.8 +Version: 2.1.9 Summary: A golfing language Home-page: https://github.com/Thunno/Thunno2 Author: Rujul Nayak Author-email: rujulnayak@outlook.com License: MIT -Download-URL: https://github.com/Thunno/Thunno2/archive/refs/tags/v2.1.8.tar.gz +Download-URL: https://github.com/Thunno/Thunno2/archive/refs/tags/v2.1.9.tar.gz Keywords: golfing,code-golf,language Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha diff --git a/src/thunno2/__pycache__/version.cpython-39.pyc b/src/thunno2/__pycache__/version.cpython-39.pyc index 25ae872..a3f52fa 100644 Binary files a/src/thunno2/__pycache__/version.cpython-39.pyc and b/src/thunno2/__pycache__/version.cpython-39.pyc differ diff --git a/src/thunno2/version.py b/src/thunno2/version.py index 5e25877..fbe1d3b 100644 --- a/src/thunno2/version.py +++ b/src/thunno2/version.py @@ -4,4 +4,4 @@ That's it! """ -THUNNO_VERSION = "2.1.8" +THUNNO_VERSION = "2.1.9"