Skip to content

Commit 1073061

Browse files
authored
Change glotter to glotter2 (#19)
* Change glotter to glotter2 * Version bump
1 parent 19b4629 commit 1073061

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ronbun/readme.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def _build_readme(self, language: LanguageCollection) -> None:
192192
f"Docker Image: {test_data['container']['image']}",
193193
f"Docker Tag: {test_data['container']['tag']}"
194194
])
195-
glotter = page.add_paragraph("See the Glotter project for more information on how to create a testinfo file.")
196-
glotter.insert_link("Glotter project", "https://github.com/auroq/glotter")
195+
glotter = page.add_paragraph("See the Glotter2 project for more information on how to create a testinfo file.")
196+
glotter.insert_link("Glotter2 project", "https://github.com/rzuckerm/glotter2")
197197
page.add_horizontal_rule()
198198
page.add_element(_generate_credit())
199199

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ronbun",
8-
version="0.6.0",
8+
version="0.6.1",
99
author="The Renegade Coder",
1010
author_email="jeremy.grifski@therenegadecoder.com",
1111
description="The Sample Programs README Automation Tool",

0 commit comments

Comments
 (0)