Skip to content

Commit f8ddd2c

Browse files
committed
update pyproject.toml; setup.py
1 parent 26944b8 commit f8ddd2c

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
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "xcodex"
13-
version = "0.0.5"
13+
version = "0.0.6"
1414
authors = [
1515
{name="Henrique Fontellas Laurito", email="henrique.f.laurito@unesp.br" }
1616
]

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
22

3-
VERSION = "0.0.5"
3+
VERSION = "0.0.6"
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)