diff --git a/setup.py b/setup.py index 5f092f8..208ba10 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages PACKAGE_NAME = 'galai' -VERSION = "0.0.1" +VERSION = "1.0.0" DESCRIPTION = "API for the GALILEO model" KEYWORDS = "Scientific Intelligence" URL = 'https://github.com/paperswithcode/galai' @@ -44,4 +44,4 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], -) \ No newline at end of file +)