Skip to content

Commit 3f4794e

Browse files
committed
bumped deps
1 parent c6a5389 commit 3f4794e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dbml_sqlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .core import *
22
from .terminal import cli
33

4-
__version__ = '0.3.1'
4+
__version__ = '0.3.2'
55

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 = "DBML_SQLite"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A package that provides a CLI tool and a functional API for converting dbml files to SQLite DDL."
55
authors = ["Dave VanderWeele <[email protected]>"]
66
repository = 'https://github.com/dvanderweele/DBML_SQLite'

tests/test_dbml_sqlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def SQLogger(inp):
4747
s.write(inp)
4848

4949
def test_version():
50-
assert __version__ == '0.3.1'
50+
assert __version__ == '0.3.2'
5151

5252
def test_toSQLite():
5353
assert isinstance(toSQLite(), str)

0 commit comments

Comments
 (0)