Skip to content

Commit 5626267

Browse files
author
Ross Taylor
committed
update for release
1 parent 3f6ef0e commit 5626267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
PACKAGE_NAME = 'galai'
4-
VERSION = "0.0.1"
4+
VERSION = "1.0.0"
55
DESCRIPTION = "API for the GALILEO model"
66
KEYWORDS = "Scientific Intelligence"
77
URL = 'https://github.com/paperswithcode/galai'
@@ -44,4 +44,4 @@
4444
'Programming Language :: Python :: 3.8',
4545
'Programming Language :: Python :: 3.9',
4646
],
47-
)
47+
)

0 commit comments

Comments
 (0)