From 26641198c5d26516abb5d3ead59c698b60ca52d8 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 18 Nov 2024 22:24:33 +0300 Subject: [PATCH] Prepare v1.0.0 release --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e364f86..cff1434 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "name": "pycalc", "main": "./lib/pycalc", - "version": "0.0.0", + "version": "1.0.0", "description": "The pycalc plugin enables the execution of python code directly within the editor upon pressing the Enter key.", - "keywords": ["calculator", "repl", "python"], + "keywords": [ + "calculator", + "repl", + "python" + ], "repository": "https://github.com/pycalc-plugin/atom", "license": "Apache-2.0", "engines": {