From 08dca07512b39c68acd9f6461b68ca8e2d4c08e4 Mon Sep 17 00:00:00 2001 From: Ilya Flyamer Date: Wed, 26 Oct 2022 15:49:09 +0200 Subject: [PATCH] Bump to 1.0.0 --- coolpuppy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolpuppy/_version.py b/coolpuppy/_version.py index 4540372..093113c 100644 --- a/coolpuppy/_version.py +++ b/coolpuppy/_version.py @@ -1,4 +1,4 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -__version__ = "1.0.0.dev" +__version__ = "1.0.0"