Skip to content

Commit c152671

Browse files
committed
Merge branch 'develop'
2 parents a05842b + f99acf9 commit c152671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mccabe==0.4.0
77
nose==1.3.7
88
pep8==1.7.0
99
pyflakes==1.0.0
10+
pypandoc==1.2.0
1011
python-termstyle==0.1.10
1112
radon==1.2.2
1213
rednose==0.4.3
13-
wheel==0.24.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_long_description():
1616

1717
setup(
1818
name='cache-simulator',
19-
version='1.0.1',
19+
version='1.0.1r1',
2020
description='A processor cache simulator for the MIPS ISA',
2121
long_description=get_long_description(),
2222
url='https://github.com/caleb531/cache-simulator',

0 commit comments

Comments
 (0)