Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down