Skip to content

Commit e110739

Browse files
committed
bump to 0.1.1
1 parent 1785fa5 commit e110739

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.1.0"
8+
__version__ = "0.1.1"
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.1.0",
13+
version = "0.1.1",
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)