Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Oct 9, 2016
1 parent ecb35d2 commit 0c8aef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
## Test Constants
##########################################################################

EXPECTED_VERSION = "0.2"
EXPECTED_VERSION = "0.3a1"


##########################################################################
Expand Down
6 changes: 3 additions & 3 deletions yellowbrick/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

__version_info__ = {
'major': 0,
'minor': 2,
'minor': 3,
'micro': 0,
'releaselevel': 'final',
'serial': 0,
'releaselevel': 'alpha',
'serial': 1,
}

##########################################################################
Expand Down

0 comments on commit 0c8aef4

Please sign in to comment.