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
commit5430391a9094ac546046075b7a1a603d6c90067c (patch)
tree37a987a024457ec30723474d04777ec51e64d881 /continuedev
parentbd7d3b8e524324a78667ca3eee01f9d7ae1181f3 (diff)
downloadsncontinue-5430391a9094ac546046075b7a1a603d6c90067c.tar.gz
sncontinue-5430391a9094ac546046075b7a1a603d6c90067c.tar.bz2
sncontinue-5430391a9094ac546046075b7a1a603d6c90067c.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"