Skip to content

Commit

Permalink
Bump version 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Oct 26, 2021
1 parent c8ca46e commit f75be87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flaco"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
license = "Unlicense/MIT"

Expand Down
2 changes: 1 addition & 1 deletion flaco/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
from .io import read_sql, Database
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="flaco",
version="0.3.0",
version="0.4.0",
author="Miles Granger",
author_email="miles59923@gmail.com",
description="Fast and Efficient PostgreSQL data into numpy/pandas",
Expand Down

0 comments on commit f75be87

Please sign in to comment.