Skip to content

Commit

Permalink
update docs, version
Browse files Browse the repository at this point in the history
  • Loading branch information
0mars committed Jun 24, 2019
1 parent 13d6ba1 commit 9f46e4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.0
0.0.2
-----------------------


Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Requirements

* Python 3.6+


Usage
-----

.. include:: docs/usage.rst

Prepare for development
Expand Down
2 changes: 1 addition & 1 deletion object_graph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

__all__ = ['builder']

Expand Down

0 comments on commit 9f46e4a

Please sign in to comment.