Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jan 16, 2018
1 parent 1683b33 commit f8f6d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -7,10 +7,10 @@
from os import path, walk
import sys, warnings, importlib, re

MAJOR = 0
MINOR = 1
MICRO = 1
ISRELEASED = False
MAJOR = 1
MINOR = 0
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit f8f6d36

Please sign in to comment.