diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 147a502..69ae4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: # Run tests - name: Run tests run: | - pytest tests + pytest noble_tls/tests release: needs: build-and-test diff --git a/noble_tls/__version__.py b/noble_tls/__version__.py index c469cc3..5073d2b 100644 --- a/noble_tls/__version__.py +++ b/noble_tls/__version__.py @@ -1,5 +1,5 @@ __title__ = "Noble TLS" __description__ = "Advanced TLS/SSL wrapper for Python" -__version__ = "0.0.7" +__version__ = "0.0.8" __author__ = "Rawand Ahmed Shaswar" __license__ = "MIT"