Skip to content

Commit 4e1673d

Browse files
committed
18/08
1 parent b21abeb commit 4e1673d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0"
14+
version = "0.0.7"
1515
authors = [
1616
{name="Henrique Fontellas Laurito", email="henrique.f.laurito@unesp.br" }
1717
]

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 = "1.0.0"
3+
VERSION = "0.0.7"
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)