Changeset e7e1fdd in sasview


Ignore:
Timestamp:
Feb 6, 2012 2:13:47 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
0a5c8f5
Parents:
e5c83e01
Message:

updating version numbers

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/setup.py

    r3ff72e2 re7e1fdd  
    22     Installation script for DANSE calculator perspective for SansView 
    33""" 
     4import sys 
    45import os 
    56from distutils.core import setup 
     
    78setup( 
    89    name="calculatorview", 
    9     version = "1.0.0", 
     10    version = "1.1.0", 
    1011    description="calculator perspective for SansView", 
    1112    package_dir={"sans":"src/sans", 
  • fittingview/setup.py

    r273801b re7e1fdd  
    22     Installation script for DANSE P(r) inversion perspective for SansView 
    33""" 
    4 import sys 
    5  
    64import os 
    75 
    86from distutils.core import setup 
    97setup( 
    10     version = "1.0.0", 
     8    version = "1.1.0", 
    119    name="fittingview", 
    1210    description = "Fitting module  for SansView", 
  • invariantview/setup.py

    rf54d3cc re7e1fdd  
    66from distutils.core import setup 
    77setup( 
    8     version = "1.0.0", 
     8    version = "1.1.0", 
    99    name="invariantview", 
    1010    description = "Invariant perspective for SansView", 
  • park_integration/setup.py

    r0e8fca0 re7e1fdd  
    44# Then build and install the modules 
    55from distutils.core import setup, Extension 
    6  
    76setup( 
    87    name="park_integration", 
    9     version = "1.0.0", 
     8    version = "1.1.0", 
    109    description = "Python module for fitting", 
    1110    author = "University of Tennessee", 
  • plottools/setup.py

    r027c304 re7e1fdd  
    99setup( 
    1010    name="plottools", 
    11     version = "1.0", 
     11    version = "1.1.0", 
    1212    description = "Python plotting tools for wx", 
    1313 
  • sansdataloader/setup.py

    ra2898df re7e1fdd  
    1010setup( 
    1111    name="sansdataloader", 
    12     version = "1.0.0", 
     12    version = "1.1.0", 
    1313    description = "Python module for loading", 
    1414    author = "University of Tennessee", 
  • sansguiframe/setup.py

    ra2898df re7e1fdd  
    2727setup( 
    2828    name="sansguiframe", 
    29     version = "1.0.0", 
     29    version = "1.1.0", 
    3030    description = "Python module for SANS gui framework", 
    3131    author = "University of Tennessee", 
  • sansview/__init__.py

    r42c4f86 re7e1fdd  
    1 __version__ = "2.0.1" 
     1__version__ = "2.1.0" 
    22__build__ = "1" 
    33try: 
Note: See TracChangeset for help on using the changeset viewer.