Skip to content

Commit 0ba7023

Browse files
authored
Bump version in setup.py (#6)
Bump version to 1.1.0. Main changes since 1.0.0: - Significant simplification of the internal logic - Include a proof of correctness in the docstrings - Additional testing
1 parent 972ab4b commit 0ba7023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

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

2121
setuptools.setup(
2222
name="simplefractions",
23-
version="1.0.0",
23+
version="1.1.0",
2424
author="Mark Dickinson",
2525
author_email="dickinsm@gmail.com",
2626
description="Find the simplest fraction for a given float or interval",

0 commit comments

Comments
 (0)