Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwd491 committed Jun 27, 2024
1 parent 7a57697 commit 21f084d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Syncogram/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"APP": {
"NAME": "Syncogram",
"VERSION": "0.1.0",
"VERSION": "0.1.1",
"VERSION_IS_ALPHA": "True",
"VERSION_IS_BETA": "False"
},
Expand Down
5 changes: 5 additions & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

def my_func_name():
print(my_func_name.__name__)

my_func_name()

0 comments on commit 21f084d

Please sign in to comment.