diff --git a/luftdaten-0.6.5.tar.gz b/luftdaten-0.6.5.tar.gz
deleted file mode 100644
index 3ee350c4cfd003ad718acf934969e149eeca7c1b..0000000000000000000000000000000000000000
Binary files a/luftdaten-0.6.5.tar.gz and /dev/null differ
diff --git a/luftdaten-0.7.0.tar.gz b/luftdaten-0.7.0.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..6a8b1b89c69a01755364c002f8fe500906d1c157
Binary files /dev/null and b/luftdaten-0.7.0.tar.gz differ
diff --git a/python-luftdaten.spec b/python-luftdaten.spec
index c37611f1518a1d7ba99c4c06ff2c41a8691cfb56..db97d866b06190eb021131424283d2a28ab226d9 100644
--- a/python-luftdaten.spec
+++ b/python-luftdaten.spec
@@ -1,15 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-luftdaten
-Version: 0.6.5
-Release: 2
+Version: 0.7.0
+Release: 1
Summary: Python API for interacting with luftdaten.info.
License: MIT
URL: https://github.com/home-assistant-ecosystem/python-luftdaten
-Source0: https://files.pythonhosted.org/packages/de/55/48f049df781601db7f2443b30ec80ffeba87698e668dc248ad98389e4674/luftdaten-0.6.5.tar.gz
+Source0: https://files.pythonhosted.org/packages/eb/79/f08e2c8cb069ea360e60159bbb07f42d3f7a960fa0b774a182b58e6638f1/luftdaten-0.7.0.tar.gz
BuildArch: noarch
Requires: python3-aiohttp
-Requires: python3-async-timeout
%description
Python client for interacting with `luftdaten.info `_.
@@ -20,6 +19,8 @@ Summary: Python API for interacting with luftdaten.info.
Provides: python-luftdaten
BuildRequires: python3-devel
BuildRequires: python3-setuptools
+Requires: python3-aiohttp
+Requires: python3-async-timeout
%description -n python3-luftdaten
Python client for interacting with `luftdaten.info `_.
@@ -34,7 +35,7 @@ Python client for interacting with `luftdaten.info `_.
This module is not official, developed, supported or endorsed by luftdaten.info.
%prep
-%autosetup -n luftdaten-0.6.5
+%autosetup -n luftdaten-%{version}
%build
%py3_build
@@ -74,7 +75,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
+* Sat May 06 2023 wubijie - 0.7.0-1
+- Update package to version 0.7.0
+
* Wed Jul 07 2021 Python_Bot - 0.6.5-2
- update spec file
* Sat Jul 03 2021 Python_Bot - 0.6.5-1
-- Package Spec generated
\ No newline at end of file
+- Package Spec generated