Skip to content

Commit 4720961

Browse files
author
Poruri Sai Rahul
committed
REL : 4.7.1 release of envisage
Update the version number in setup.py and flip the is_released flag to True modified: setup.py
1 parent f13291d commit 4720961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
from setuptools import setup, find_packages
88

99
MAJOR = 4
10-
MINOR = 8
11-
MICRO = 0
10+
MINOR = 7
11+
MICRO = 1
1212

13-
IS_RELEASED = False
13+
IS_RELEASED = True
1414

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

0 commit comments

Comments
 (0)