Skip to content

Commit

Permalink
Changed package name and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetalidurusoy committed Mar 2, 2024
1 parent c897ca3 commit 374222f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
NAME = "OceanWebTurk"
VERSION = "1.0"

# Import Librarys
import os
import json
Expand Down
3 changes: 0 additions & 3 deletions oceanwebturk.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
NAME = "OceanWebTurk"
VERSION = "1.0"

import os
import json
import sublime,sublime_api, sublime_plugin
Expand Down

0 comments on commit 374222f

Please sign in to comment.