Skip to content

Commit

Permalink
Merge pull request #1 from flojud/development
Browse files Browse the repository at this point in the history
First release
  • Loading branch information
flojud authored May 12, 2024
2 parents c6351c6 + 3d743ab commit e6ebe80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.0
current_version = 0.19.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DocsChat 📚🗣️
# DocChat 📚🗣️

`docchat` is a command-line interface that let's you start a local streamlit server and interact with your documents.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="DocChat",
version="0.18.0",
version="0.19.0",
package_dir={"": "src"},
packages=["docchat"],
author="flojud",
Expand Down

0 comments on commit e6ebe80

Please sign in to comment.