diff --git a/setup.py b/setup.py index f4c841e7..c8caaa53 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="ev3sim", - version="1.0.9", + version="1.1.0", description="Simulate ev3dev programs in Python", long_description=README, long_description_content_type="text/markdown", @@ -45,4 +45,4 @@ "ev3attach=ev3sim.attach:main", ] }, -) \ No newline at end of file +)