Skip to content

Commit 0ee4011

Browse files
committed
Bump patch version
1 parent 053cd20 commit 0ee4011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_copy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from sqlalchemy.sql.operators import ColumnOperators
66
from sqlalchemy.dialects import postgresql
77

8-
__version__ = '0.2.1'
8+
__version__ = '0.2.2'
99

1010
def copy_to(source, dest, engine, **flags):
1111
"""Export a query or select to a file. For flags, see the PostgreSQL

0 commit comments

Comments
 (0)