Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kihneman committed Mar 15, 2019
1 parent a5f7627 commit e2ef16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from setuptools import setup


MAJOR = 0
MINOR = 18
MAJOR = 1
MINOR = 0
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit e2ef16f

Please sign in to comment.