Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Bump to 0.0.4. There's more features in it now, so it's a lot more
usable. You can now get all relevant information about a particular
build, so it's super useful to be able to use in this form, even when
incomplete like this.
  • Loading branch information
4Kaylum committed May 14, 2017
1 parent 6a8858c commit 58dd3fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brickfront/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__author__ = 'Callum Bartlett'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Callum Bartlett'
__version__ = '0.0.3'
__version__ = '0.0.4'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The short X.Y version.
version = '0.0.3'
version = '0.0.4'
# The full version, including alpha/beta/rc tags.
release = '0.0.3'
release = '0.0.4'


# -- General configuration ------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='brickfront',
version='0.0.3',
version='0.0.4',
description='A wrapper for Brickset written in Python.',
long_description=long_description,
author='Callum Bartlett',
Expand Down

0 comments on commit 58dd3fd

Please sign in to comment.