From f5b5c035ae0b201253c4e07681e9c55135c6e3b0 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Sun, 25 Oct 2020 22:54:54 +0000 Subject: [PATCH] Update version to 1.0.0 Password commits make it incompatible with 0.0.2 and 0.0.1. --- fvid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvid/__init__.py b/fvid/__init__.py index 8bf7e21..457dc1a 100644 --- a/fvid/__init__.py +++ b/fvid/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.0.2" +__version__ = "1.0.0"