mezoAgent 0.3.5__tar.gz → 0.3.6__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mezoAgent
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: A Python package for Mezo Agent transactions with LangChain tools
5
5
  Author: Dreadwulf, Duck, Digi
6
6
  Requires-Dist: python-dotenv
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mezoAgent
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: A Python package for Mezo Agent transactions with LangChain tools
5
5
  Author: Dreadwulf, Duck, Digi
6
6
  Requires-Dist: python-dotenv
@@ -2,11 +2,11 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="mezoAgent",
5
- version="0.3.5",
5
+ version="0.3.6",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
9
- "mezoAgent": ["data/*.json"],
9
+ "mezo_agent": ["data/*.json"],
10
10
  },
11
11
  install_requires=[
12
12
  "python-dotenv",
File without changes
File without changes
File without changes