Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.1.2' into develop
Browse files Browse the repository at this point in the history
* release/v0.1.2:
  Bump version: 0.1.1 → 0.1.2
  • Loading branch information
m-housh committed Oct 24, 2016
2 parents 0fccd46 + 060fe04 commit 3dcbaa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eve_resource/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Michael Housh'
__email__ = 'mhoush@houshhomeenergy.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

__all__ = [
# exceptions
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

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

setup(
name='eve_resource',
version='0.1.1',
version='0.1.2',
description="Resource utilities for Eve",
long_description=readme + '\n\n' + history,
author="Michael Housh",
Expand Down

0 comments on commit 3dcbaa8

Please sign in to comment.