aboutsummaryrefslogtreecommitdiff
path: root/patches/terminal_velocity_fix_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/terminal_velocity_fix_build.patch')
-rw-r--r--patches/terminal_velocity_fix_build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/terminal_velocity_fix_build.patch b/patches/terminal_velocity_fix_build.patch
new file mode 100644
index 0000000..5c7f716
--- /dev/null
+++ b/patches/terminal_velocity_fix_build.patch
@@ -0,0 +1,15 @@
1diff --git a/setup.py b/setup.py
2index 84a99e9..a783dff 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -1,7 +1,9 @@
6 from setuptools import setup
7 from m2r import parse_from_file
8 import restructuredtext_lint
9-from mister_bump import bump
10+
11+def bump():
12+ return "0.2.0"
13
14 # Parser README.md into reStructuredText format
15 rst_readme = parse_from_file('README.md')