Skip to content

Commit

Permalink
REL : 4.7.1 release of envisage
Browse files Browse the repository at this point in the history
Update the version number in setup.py and flip the
is_released flag to True

	modified:   setup.py
  • Loading branch information
Poruri Sai Rahul committed Jan 31, 2019
1 parent f13291d commit 4720961
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 @@ -7,10 +7,10 @@
from setuptools import setup, find_packages

MAJOR = 4
MINOR = 8
MICRO = 0
MINOR = 7
MICRO = 1

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit 4720961

Please sign in to comment.