Skip to content

Commit 80c124f

Browse files
chore(release): 1.0.3-alpha.1 [skip ci]
## [1.0.3-alpha.1](v1.0.2...v1.0.3-alpha.1) (2023-02-06) ### Bug Fixes * **create script:** added missing columns in db create script ([436e99d](436e99d)), closes [#39](#39)
1 parent 2a67534 commit 80c124f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas-etl-tableau-public",
3-
"version": "1.0.3",
3+
"version": "1.0.3-alpha.1",
44
"description": "Tableau Metadata Scraper",
55
"private": true,
66
"main": "index.js",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "TableauSQL"
3-
version = "1.0.2"
3+
version = "1.0.3-alpha.1"
44
description = "Tableau Metadata Scraper"
55
authors = ["Sean Pickering", "Christopher Pickering"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)