Skip to content

Commit 91da55b

Browse files
committed
update
1 parent d36a286 commit 91da55b

File tree

3 files changed

+2881
-141
lines changed

3 files changed

+2881
-141
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111

1212
[project]
1313
name = "xcodex"
14-
version = "0.0.9"
14+
version = "1.1.1"
1515
authors = [
1616
{name="Henrique Fontellas Laurito", email="henrique.f.laurito@unesp.br" }
1717
]
@@ -26,7 +26,7 @@ description = """This package will download and extract daily data of XCO2 from
2626
readme = "README.md"
2727
requires-python = ">=3.11.9"
2828
classifiers = [
29-
"Development Status :: 4 - Beta",
29+
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: MIT License",
3232
"Programming Language :: Python :: 3",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "0.0.9"
3+
VERSION = "1.1.1"
44
DESCRIPTION = """This package will download and extract daily data of XCO2 from the NASA Goddard Earth Sciences (GES)
55
Data and Information Services Center (DISC)"
66
Source citation: Brad Weir, Lesley Ott and OCO-2 Science Team (2022), OCO-2 GEOS Level 3 daily,

0 commit comments

Comments
 (0)