Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Jul 3, 2018
1 parent b4d8982 commit 90da389
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.. _zero-zero-two:

0.0.2
-----

- Fixed trove classifiers
- Add ``__version__`` to ``exhibition.__init__``

.. _zero-zero-one:

0.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '0.0'
# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions exhibition/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="exhibition",
version="0.0.1",
version="0.0.2",
author="Matt Molyneaux",
author_email="moggers87+git@moggers87.co.uk",
url="https://github.com/moggers87/exhibition",
Expand Down

0 comments on commit 90da389

Please sign in to comment.