Skip to content

Commit

Permalink
Merge pull request #9 from portfoliome/versioning
Browse files Browse the repository at this point in the history
Bump version to 0.0.4
  • Loading branch information
pmart123 authored Dec 27, 2016
2 parents 965b200 + a566649 commit 9846da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/portfoliome/pgawedge.svg?branch=master)
[![Code Health](https://landscape.io/github/portfoliome/pgawedge/master/landscape.svg?style=flat)](https://landscape.io/github/portfoliome/pgawedge/master)

# pgawedge
Postgresql Sqlalchemy adapter.

Expand Down
2 changes: 1 addition & 1 deletion pgawedge/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 0, 3)
version_info = (0, 0, 4)

__version__ = '.'.join(map(str, version_info))

0 comments on commit 9846da6

Please sign in to comment.