Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Nov 14, 2014
1 parent b533fdc commit 4b9c2fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TO MAKE CHANGES USE "meta" DIRECTORY (see packgram docs).

name = 'run'
version = '0.43.0'
version = '0.44.0'
2 changes: 1 addition & 1 deletion run/metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TO MAKE CHANGES USE "meta" DIRECTORY (see packgram docs).

version = '0.43.0'
version = '0.44.0'
2 changes: 1 addition & 1 deletion runfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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')

0 comments on commit 4b9c2fa

Please sign in to comment.