diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-25 00:32:26 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-25 00:32:26 -0700 |
commit | c05e73a746de1fc2fa02d304a0fc62d4921f6ec2 (patch) | |
tree | 3e7e5088dd67baf60c40880f41c474ebaa2a0d6e /continuedev | |
parent | e1ce1fefee6a3f4c17ac568ba87cb7a4bcf65795 (diff) | |
download | sncontinue-c05e73a746de1fc2fa02d304a0fc62d4921f6ec2.tar.gz sncontinue-c05e73a746de1fc2fa02d304a0fc62d4921f6ec2.tar.bz2 sncontinue-c05e73a746de1fc2fa02d304a0fc62d4921f6ec2.zip |
refactor: :bookmark: update pypi version
Diffstat (limited to 'continuedev')
-rw-r--r-- | continuedev/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index a66cb542..445c4138 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.39" +version = "0.1.40" description = "" authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" |