From 440c80807b27ceec4cd117e317b6c759e799a387 Mon Sep 17 00:00:00 2001
From: Jonathan Daniel <jonathand655@gmail.com>
Date: Thu, 26 Oct 2023 23:00:30 +0300
Subject: [PATCH] Reset the version metadata

The poetry-dynamic-versioning plugin takes care
of this.
---
 pyproject.toml  | 2 +-
 xil/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0c703fc..b145bf3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "xil"
-version = "0.1.0"
+version = "0.0.0"
 description = "A Python library for fetching Israeli banks' ILS exchange rates"
 license = "MIT"
 authors = ["Jonathan Daniel <jonathand655@gmail.com>"]
diff --git a/xil/__init__.py b/xil/__init__.py
index 82b8900..7c67d99 100644
--- a/xil/__init__.py
+++ b/xil/__init__.py
@@ -1,3 +1,3 @@
 """The XIL package for fetching ILS exchange rates"""
 
-__version__ = "0.1.0"
+__version__ = "0.0.0"