Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Jun 3, 2015
1 parent ef2a66d commit 3e8ba12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.3'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.3'
release = '0.1.0'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Table of Contents
Changelog
=========

1.0.0
0.1.0
-----

* [feature] Add ``--stdin`` option to read the master password from stdin.
Expand Down
2 changes: 1 addition & 1 deletion keepassx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.3'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='keepassx',
version='0.0.3',
version='0.1.0',
description="Python API and CLI for KeePassX",
long_description=open(os.path.join(os.path.dirname(__file__),
'README.rst')).read(),
Expand Down

0 comments on commit 3e8ba12

Please sign in to comment.