From 0150d989152c02340962fb4ba98cfb1e6651b6f4 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Mon, 24 Jul 2023 15:37:15 +0200 Subject: [PATCH] Bump 1.0.0-a45 --- README.md | 4 ++-- minet/__version__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95f5d600c0..02b2e08a89 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,10 @@ Else, **minet** can be installed directly as a python CLI tool and library using # Minet is currently rolling out its v1 alpha # If you need stability, until Twitter sort its things out, # run the second command. -pip install minet==1.0.0-a43 +pip install minet==1.0.0-a45 # For more stability (v0.67.1) -# Note that the present documentation targets 1.0.0-a43, +# Note that the present documentation targets 1.0.0-a45, # not 0.67.1 (use -h to get the relevant help). pip install minet ``` diff --git a/minet/__version__.py b/minet/__version__.py index 571d11a307..18cfd01bbd 100644 --- a/minet/__version__.py +++ b/minet/__version__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.0-a44" -__published__ = "2023-07-20" +__version__ = "1.0.0-a45" +__published__ = "2023-07-24" __identifier__ = "%s (%s)" % (__version__, __published__)