summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-02 21:29:04 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-02 21:29:04 -0400
commitad1247a4af567c6ffde37adff526d5a0edb0ec39 (patch)
treec2ec77685c5009b1a48f3861b5e2b7be2ae4195b /continuedev
parent27be51addfbf146962efed0221c26431353c326a (diff)
downloadsncontinue-ad1247a4af567c6ffde37adff526d5a0edb0ec39.tar.gz
sncontinue-ad1247a4af567c6ffde37adff526d5a0edb0ec39.tar.bz2
sncontinue-ad1247a4af567c6ffde37adff526d5a0edb0ec39.zip
READMEs
Diffstat (limited to 'continuedev')
-rw-r--r--continuedev/README.md4
-rw-r--r--continuedev/pyproject.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/continuedev/README.md b/continuedev/README.md
index a1ddb084..e27cf3ae 100644
--- a/continuedev/README.md
+++ b/continuedev/README.md
@@ -1,6 +1,8 @@
# Continue PyPI Package
-Continue is a Python library for automating repetitive sequences of software development tasks using language models. Using our VS Code extension, you can build, run, and refine these recipes as they natively interact with your codebase. Download on [our GitHub](https://github.com/continuedev/continue).
+This package contains the [Continue](https://github.com/continuedev.com/continue) server and core classes needed to build your own recipes.
+
+Continue is a Python library for automating repetitive sequences of software development tasks using language models. Using our VS Code extension, you can build, run, and refine these recipes as they natively interact with your codebase. Read the docs [here](https://continuedev.netlify.app/) or download the VS Code extension [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
## Continue Server
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index 0dc4d267..83a287c8 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "continuedev"
-version = "0.1.0"
+version = "0.1.1"
description = ""
authors = ["Nate Sesti <sestinj@gmail.com>"]
readme = "README.md"