From 76fd1133cf85b71f03d5367a12a86f03a52373a8 Mon Sep 17 00:00:00 2001
From: Rawand Ahmed Shaswar <rawandahmad698@gmail.com>
Date: Sat, 6 Jan 2024 16:30:39 +0300
Subject: [PATCH] fix workflow

---
 .github/workflows/ci.yml | 2 +-
 noble_tls/__version__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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"