From 21f084dc21542edd88a7df4eae7791ea7be16522 Mon Sep 17 00:00:00 2001 From: Sergey Degtyar Date: Thu, 27 Jun 2024 13:59:06 +0300 Subject: [PATCH] Version 0.1.1 --- Syncogram/config.json | 2 +- tests/test.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/test.py diff --git a/Syncogram/config.json b/Syncogram/config.json index cc58913..df155bd 100644 --- a/Syncogram/config.json +++ b/Syncogram/config.json @@ -1,7 +1,7 @@ { "APP": { "NAME": "Syncogram", - "VERSION": "0.1.0", + "VERSION": "0.1.1", "VERSION_IS_ALPHA": "True", "VERSION_IS_BETA": "False" }, diff --git a/tests/test.py b/tests/test.py new file mode 100644 index 0000000..b1be750 --- /dev/null +++ b/tests/test.py @@ -0,0 +1,5 @@ + +def my_func_name(): + print(my_func_name.__name__) + +my_func_name() \ No newline at end of file