diff --git a/.SRCINFO b/.SRCINFO
index 9d5112b..7d8861f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-schwifty
 	pkgdesc = Validate/generate IBANS and BICS
-	pkgver = 2022.9.0
-	pkgrel = 3
+	pkgver = 2023.3.0
+	pkgrel = 1
 	url = http://github.com/mdomke/schwifty
 	arch = any
 	license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-schwifty
 	depends = python>=3.7
 	depends = python-iso3166
 	depends = python-pycountry
-	source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2022.9.0.tar.gz
-	sha256sums = ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620
+	source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2023.3.0.tar.gz
+	sha256sums = 527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd
 
 pkgname = python-schwifty
diff --git a/PKGBUILD b/PKGBUILD
index 3cc4895..a21f735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Contributor: Richard PALO <richard.palo@free.fr>
 pkgname=python-schwifty
 _name=${pkgname#python-}
-pkgver=2022.9.0
-pkgrel=3
+pkgver=2023.3.0
+pkgrel=1
 pkgdesc="Validate/generate IBANS and BICS"
 arch=('any')
 url="http://github.com/mdomke/schwifty"
@@ -10,7 +10,7 @@ license=('MIT')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
 depends=('python>=3.7' 'python-iso3166' 'python-pycountry')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')
+sha256sums=('527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd')
 
 build() {
   cd "$srcdir/$_name-$pkgver"