We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a05842b + f99acf9 commit c152671Copy full SHA for c152671
requirements.txt
@@ -7,7 +7,7 @@ mccabe==0.4.0
7
nose==1.3.7
8
pep8==1.7.0
9
pyflakes==1.0.0
10
+pypandoc==1.2.0
11
python-termstyle==0.1.10
12
radon==1.2.2
13
rednose==0.4.3
-wheel==0.24.0
setup.py
@@ -16,7 +16,7 @@ def get_long_description():
16
17
setup(
18
name='cache-simulator',
19
- version='1.0.1',
+ version='1.0.1r1',
20
description='A processor cache simulator for the MIPS ISA',
21
long_description=get_long_description(),
22
url='https://github.com/caleb531/cache-simulator',
0 commit comments