Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from simphony/bump-version
Browse files Browse the repository at this point in the history
bump version number for development
  • Loading branch information
kitchoi committed Mar 2, 2016
2 parents 113a4fc + a423272 commit b0eed70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,9 +6,9 @@

MAJOR = 0
MINOR = 2
MICRO = 0
MICRO = 1

IS_RELEASED = True
IS_RELEASED = False

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit b0eed70

Please sign in to comment.