Support method chaining, added .last_id for accessing lastrowid

Also shipping as 0.5
This commit is contained in:
Simon Willison 2018-08-05 18:42:43 -07:00
commit 72644b6e3f
2 changed files with 9 additions and 4 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "0.4"
VERSION = "0.5"
def get_long_description():