Skip to content

Commit

Permalink
Update history and package files for patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Apr 23, 2017
1 parent 8a16ef7 commit 067b7a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

0.1.1 (2017-04-23)
------------------

* Add wrapped numpy random functions for easier time function creation.
* Restructure package structure into 'core' and 'functions'.


0.1.0 (2017-04-16)
------------------

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.0
current_version = 0.1.1
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 @@ -36,7 +36,7 @@ def run_tests(self):

setup(
name='tssim',
version='0.1.0',
version='0.1.1',
description=".",
long_description=readme + '\n\n' + history,
author="Franz Woellert",
Expand Down
2 changes: 1 addition & 1 deletion tssim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Franz Woellert"""
__email__ = 'franz.woellert@gmail.com'
__version__ = '0.1.0'
__version__ = '0.1.1'


from tssim.core.series import TimeSeries
Expand Down

0 comments on commit 067b7a9

Please sign in to comment.