add version.py

add pyproject.toml

add .hatch to gitignore
This commit is contained in:
onyx-and-iris
2022-10-28 16:57:06 +01:00
parent 67fe16e97f
commit c4ee2347ba
5 changed files with 56 additions and 1 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
version = "1.2.0"