From a503842650140ef82102494d64419172389f61d6 Mon Sep 17 00:00:00 2001
From: Joseph Hendrix <joeylhendrix@gmail.com>
Date: Tue, 17 Dec 2024 16:55:11 -0600
Subject: [PATCH] patched versions

---
 pubscraper/version.py | 2 +-
 pyproject.toml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pubscraper/version.py b/pubscraper/version.py
index a5f830a..bc8c296 100644
--- a/pubscraper/version.py
+++ b/pubscraper/version.py
@@ -1 +1 @@
-__version__ = "0.7.1"
+__version__ = "0.7.2"
diff --git a/pyproject.toml b/pyproject.toml
index c4112b0..af171d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pubscraper"
-version = "0.7.1"
+version = "0.7.2"
 description = "A tool designed to pull publication information from various publishers associated with a given author name"
 authors = ["Magret Adekunle <ma57489@my.utexas.edu>", "Joseph Hendrix <jlh7459@my.utexas.edu"]
 readme = "README.md"