Skip to content

Commit 5c2c71e

Browse files
committed
release 0.3.0
1 parent 79aabf6 commit 5c2c71e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osc_ingest_trino/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# defines the release version for this python package
8-
__version__ = "0.2.1"
8+
__version__ = "0.3.0"
99

1010
from .sqlcols import *
1111
from .sqltypes import *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = "osc-ingest-tools",
13-
version = "0.2.1",
13+
version = "0.3.0",
1414
description = "python tools to assist with standardized data ingestion workflows for the OS-Climate project",
1515
long_description = README,
1616
long_description_content_type = "text/markdown",

0 commit comments

Comments
 (0)