From ef385bc087ccab3825ff4a6f90298b1fffe21040 Mon Sep 17 00:00:00 2001 From: Robert Nitsch Date: Mon, 4 Jan 2021 23:54:56 +0100 Subject: [PATCH] Set version to 1.0.0b1 --- src/py3createtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py3createtorrent.py b/src/py3createtorrent.py index cdc2560..fef9801 100644 --- a/src/py3createtorrent.py +++ b/src/py3createtorrent.py @@ -42,7 +42,7 @@ # Do not touch anything below this line unless you know what you're doing! -__version__ = '1.0.0.dev4' +__version__ = '1.0.0b1' # Note: # Kilobyte = kB = 1000 Bytes