Skip to content

Commit

Permalink
Commit subject: Fix versions in project files (#102)
Browse files Browse the repository at this point in the history
Commit description:

Co-authored-by: Jack Hopkins <[email protected]>
  • Loading branch information
JackHopkins and Jack Hopkins authored Nov 28, 2023
1 parent da31e24 commit 94d3625
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "tanuki.py"
version = "1.0.0"
version = "0.1.0"
description = "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time."
authors = ["Jack Hopkins <[email protected]>", "Mart Bakler <[email protected]>"]

Expand Down Expand Up @@ -44,5 +44,5 @@ exclude = '''

[[tool.poetry.source]]
name = "tanuki.py"
url = "https://github.com/monkeypatch/tanuki.py"
url = "https://github.com/Tanuki/tanuki.py"
secondary = true
2 changes: 1 addition & 1 deletion src/tanuki.py.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: tanuki.py
Version: 0.0.1a1.dev14+gd12f5dc.d20231101
Version: 0.1.0
Summary: The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.
Home-page: https://github.com/tanuki/tanuki.py
Author: Jack Hopkins
Expand Down
2 changes: 0 additions & 2 deletions src/tanuki.py.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ tests/test_hash.py
tests/test_token_counter.py
tests/test_align/test_align_class.py
tests/test_align/test_align_global.py
tests/test_align/.align/b01fbd89d35b7eef4015fe0c6e363969
tests/test_align/.align/c364f14f40084510581a3418aaab4037
tests/test_assertion_visitor/test_mock.py
tests/test_load/test_load_trackers.py
tests/test_patch/test_classification.py
Expand Down

0 comments on commit 94d3625

Please sign in to comment.