Skip to content

Commit f8b715a

Browse files
committed
Merge tag '0.3.8' into develop
0.3.8 - re-introduce create_all() helper method to create all tables in database (idempotent)
2 parents a324a1d + 70ebe23 commit f8b715a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.7
2+
current_version = 0.3.8
33
commit = False
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
project = "rdflib-sqlalchemy"
6-
version = "0.3.7"
6+
version = "0.3.8"
77

88

99
setup(

0 commit comments

Comments
 (0)