##// END OF EJS Templates
Version updated in setup.py
Miguel Valdez -
r613:632a76ca2ea4
parent child
Show More
@@ -17,7 +17,7 except AttributeError:
17 17 import os
18 18 from schainpy.gui.figures import tools
19 19
20 INITIAL_MSG = "Signal Chain GUI - v2.1"
20 INITIAL_MSG = "Signal Chain GUI - v2.1.2"
21 21 FIGURES_PATH = tools.get_path()
22 22
23 23 class Ui_InitWindow(object):
@@ -7,7 +7,7 Created on Jul 16, 2014
7 7 from distutils.core import setup, Extension
8 8
9 9 setup(name="schainpy",
10 version="2.1.0",
10 version="2.1.2",
11 11 description="Python tools to read, write and process Jicamarca data",
12 12 author="Miguel Urco",
13 13 author_email="miguel.urco@jro.igp.gob.pe",
General Comments 0
You need to be logged in to leave comments. Login now