From 24c47da5a6979bb7ae508ce850c9632973750925 Mon Sep 17 00:00:00 2001 From: "William C. Canin" Date: Tue, 13 Sep 2022 15:43:52 -0300 Subject: [PATCH] :bookmark: Update version to 2.0.0 --- pyproject.toml | 2 +- snakypy/dotctrl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 279f01b..38e651c 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT license" name = "dotctrl" readme = "README.rst" repository = "https://github.com/snakypy/dotctrl" -version = "2.0.0rc2" +version = "2.0.0" classifiers = [ "Intended Audience :: Developers", diff --git a/snakypy/dotctrl/__init__.py b/snakypy/dotctrl/__init__.py index 8f13f63..0eeef5d 100644 --- a/snakypy/dotctrl/__init__.py +++ b/snakypy/dotctrl/__init__.py @@ -20,7 +20,7 @@ __info__: dict = { "name": "Dotctrl", - "version": "2.0.0rc2", + "version": "2.0.0", "description": "Dotctrl is a package for managing your dotfiles on Linux.", "pkg_name": "dotctrl", "executable": "dotctrl",