From 80b34f091244d3319479a0c478fdb8f61f8f054e Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Thu, 10 Jun 2021 18:11:20 -0400 Subject: [PATCH] This is Flintrock 2.0.0. --- README.md | 2 +- flintrock/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80fdfe87..84c691b7 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ unzip it to a location of your choice, and run the `flintrock` executable inside For example: ```sh -flintrock_version="1.0.0" +flintrock_version="2.0.0" curl --location --remote-name "https://github.com/nchammas/flintrock/releases/download/v$flintrock_version/Flintrock-$flintrock_version-standalone-macOS-x86_64.zip" unzip -q -d flintrock "Flintrock-$flintrock_version-standalone-macOS-x86_64.zip" diff --git a/flintrock/__init__.py b/flintrock/__init__.py index 5eda4167..1f8df058 100644 --- a/flintrock/__init__.py +++ b/flintrock/__init__.py @@ -1,2 +1,2 @@ # See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability -__version__ = '2.0.0.dev0' +__version__ = '2.0.0'