Update versions

master 2.2.31
Mike Hiretsky 11 years ago
parent ccac307ee1
commit abe497029a

@ -4,9 +4,9 @@ INSTALL
------- -------
calculate-builder needs the following library version installed, in order to run: calculate-builder needs the following library version installed, in order to run:
calculate-builder >= 2.2.30 calculate-builder >= 2.2.31
calculate-install >= 2.2.30 calculate-install >= 2.2.31
calculate-lib >= 2.2.30 calculate-lib >= 2.2.31
To install calculate-builder , just execute the install script 'setup.py'. To install calculate-builder , just execute the install script 'setup.py'.
Example: Example:

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2.2.30" __version__ = "2.2.31"
__app__ = "calculate-builder" __app__ = "calculate-builder"
import os import os

@ -24,7 +24,7 @@ from distutils.command.install_data import install_data
__app__ = "calculate-builder" __app__ = "calculate-builder"
__version__ = "2.2.30" __version__ = "2.2.31"
data_files = [] data_files = []

Loading…
Cancel
Save