adapto 0.1.1__tar.gz → 0.1.2__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.2
2
2
  Name: adapto
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI-driven auto-scaling library for dynamic resource allocation.
5
5
  Home-page: https://github.com/hrshlmeht/adapto
6
6
  Author: Harshal Mehta
@@ -125,4 +125,4 @@ class AutoScaler:
125
125
  # Example usage
126
126
  if __name__ == "__main__":
127
127
  scaler = AutoScaler()
128
- scaler.monitor()
128
+ scaler.monitor()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: adapto
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI-driven auto-scaling library for dynamic resource allocation.
5
5
  Home-page: https://github.com/hrshlmeht/adapto
6
6
  Author: Harshal Mehta
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='adapto',
5
- version='0.1.1',
5
+ version='0.1.2',
6
6
  packages=find_packages(),
7
7
  install_requires=['psutil', 'numpy'],
8
8
  description='AI-driven auto-scaling library for dynamic resource allocation.',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes