diff --git a/setup.py b/setup.py index e251e7c..1399af3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def update_relative_links(readme_content): # This call to setup() does all the work setup( name="dosdp", - version="0.1.9.dev1", + version="0.1.10.dev1", description="The aim of this project is to specify a simple OWL design pattern system that can easily be consumed, whatever your code base.", long_description=README, long_description_content_type="text/markdown",