mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
add version.py
add pyproject.toml add .hatch to gitignore
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .version import version as __version__
|
||||
from .enum import Subs
|
||||
from .events import EventClient
|
||||
from .reqs import ReqClient
|
||||
|
||||
1
obsws_python/version.py
Normal file
1
obsws_python/version.py
Normal file
@@ -0,0 +1 @@
|
||||
version = "1.2.0"
|
||||
Reference in New Issue
Block a user