diff --git a/README.md b/README.md index 80fdfe8..84c691b 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 5eda416..1f8df05 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'