Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RJT1990 committed Nov 15, 2022
1 parent 3f6ef0e commit 5626267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -44,4 +44,4 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)
)

0 comments on commit 5626267

Please sign in to comment.