From 8742c45f637437b07490bf0239bd97b915dd4a9d Mon Sep 17 00:00:00 2001 From: maxxrk Date: Mon, 27 May 2024 20:57:00 -0500 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ab611ef..b2a1937 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="vanguard-api", - version="0.1.2", + version="0.1.3", author="MaxxRK", author_email="maxxrk@pm.me", description="An unofficial API for Vanguard Invest", @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", license="MIT", url="https://github.com/MaxxRK/vanguard-api", - download_url="https://github.com/MaxxRK/vanguard-api/archive/refs/tags/v0.1.2.tar.gz", + download_url="https://github.com/MaxxRK/vanguard-api/archive/refs/tags/v0.1.3.tar.gz", keywords=["VANGUARD", "API"], install_requires=["playwright", "playwright-stealth"], packages=["vanguard"],