Skip to content

Commit

Permalink
Update version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Aug 12, 2019
1 parent af24c51 commit 36c5799
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.6.{build}
version: 0.1.0.{build}

platform:
- x64
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.6'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.6'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='pyinform',
version='0.0.6',
version='0.1.0',
description='A wrapper for the Inform library',
long_description=readme,
maintainer='Douglas G. Moore',
Expand Down

0 comments on commit 36c5799

Please sign in to comment.