Skip to content

Commit f2a3ab5

Browse files
committed
Update pyproject.toml; setup.py
1 parent 87f4df7 commit f2a3ab5

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.3"
13+
version = "0.0.4"
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.3"
3+
VERSION = "0.0.4"
44
DESCRIPTION = """This package will extract daily data from netCDF4 files downloaded at GES DISC database"
55
Source citation: Brad Weir, Lesley Ott and OCO-2 Science Team (2022), OCO-2 GEOS Level 3 daily,
66
0.5x0.625 assimilated CO2 V10r, Greenbelt, MD, USA, Goddard Earth Sciences Data

0 commit comments

Comments
 (0)