Skip to content

Commit 153a245

Browse files
committed
0.1.1 bump.
1 parent 3e43cca commit 153a245

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

menorah/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.0"
1+
version = "0.1.1"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
sdict = {}
2929

3030
execfile('menorah/version.py', {}, sdict)
31+
version = sdict["version"]
3132

3233
def findRequirements():
3334
"""
@@ -43,14 +44,14 @@ def findRequirements():
4344
sdict.update({
4445
'name' : 'menorah',
4546
'description' : 'Converges many River View Streams into a NuPIC HTM model',
46-
'url': 'http://github.com/rhyolight/menorah',
47+
'url': 'https://github.com/nupic-community/menorah',
4748
'author' : 'Matthew Taylor',
4849
'author_email' : 'matt@numenta.org',
4950
'keywords' : ['river', 'view', 'client', 'htm', 'nupic'],
5051
'license' : 'AGPL',
5152
'install_requires': findRequirements(),
52-
# 'test_suite': 'tests.unit',
5353
'packages' : ['menorah'],
54+
'download_url': 'https://github.com/nupic-community/menorah/archive/' + version + '.zip',
5455
'classifiers' : [
5556
'Development Status :: 5 - Production/Stable',
5657
'Environment :: Console',

0 commit comments

Comments
 (0)