From 4b9c2fae1c30427aa8fcf979daf5266af5f57eb6 Mon Sep 17 00:00:00 2001 From: roll Date: Fri, 14 Nov 2014 15:07:39 +0300 Subject: [PATCH] updated version --- docs/metadata.py | 2 +- run/metadata.py | 2 +- runfile.py | 2 +- setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/metadata.py b/docs/metadata.py index 616d4261..ea6d15c4 100644 --- a/docs/metadata.py +++ b/docs/metadata.py @@ -1,4 +1,4 @@ # TO MAKE CHANGES USE "meta" DIRECTORY (see packgram docs). name = 'run' -version = '0.43.0' \ No newline at end of file +version = '0.44.0' \ No newline at end of file diff --git a/run/metadata.py b/run/metadata.py index 77dc852e..18ab2e24 100644 --- a/run/metadata.py +++ b/run/metadata.py @@ -1,3 +1,3 @@ # TO MAKE CHANGES USE "meta" DIRECTORY (see packgram docs). -version = '0.43.0' \ No newline at end of file +version = '0.44.0' \ No newline at end of file diff --git a/runfile.py b/runfile.py index 2288d7fa..c87b80e5 100644 --- a/runfile.py +++ b/runfile.py @@ -22,4 +22,4 @@ class ProjectModule(ProjectModule): pypi_password_secure = 'UTAKiB5msNGZpd9PAqU0JjOvNsv+RUKrZ9UmUOGHin5flYBDnLHvW6cYDr1mQC4zKh3bJ2pqyGEvM1KtlX+IkhSnHn7sZM3npgoOGKcRpf+Vlz7b+ClK6AqtFH6bZPBnbw6HsAm8NWjt8N5GwQaqdSLJxxcpsnBBatOEzkuzggw=' tests_require = ['nose', 'coverage'] test_suite = 'nose.collector' - version = '0.43.0' + version = '0.44.0' diff --git a/setup.py b/setup.py index 6051bed7..660cd637 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ classifiers=[], description='Run is a program to run tasks from files.', data_files=data_files, - download_url='https://github.com/run-hub/run/tarball/0.43.0', + download_url='https://github.com/run-hub/run/tarball/0.44.0', entry_points={'console_scripts': ['run = run:program']}, license='MIT License', long_description=long_description, @@ -45,4 +45,4 @@ url='https://github.com/run-hub/run', tests_require=['nose', 'coverage'], test_suite='nose.collector', - version='0.43.0') + version='0.44.0')