Skip to content

Commit

Permalink
Bump version number for new UI release.
Browse files Browse the repository at this point in the history
  • Loading branch information
glipR authored Aug 19, 2020
1 parent bac3e59 commit 140b1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -45,4 +45,4 @@
"ev3attach=ev3sim.attach:main",
]
},
)
)

0 comments on commit 140b1f7

Please sign in to comment.