Skip to content

Commit

Permalink
ENH update version to 1.7.2 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Mar 15, 2017
1 parent 1793cab commit e9feea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
1.7.1 (14 Mar 2017)
1.7.2 (14 Mar 2017)
===================

Features
Expand Down
2 changes: 1 addition & 1 deletion biggles/__init__.py
Expand Up @@ -19,7 +19,7 @@
# Boston, MA 02111-1307, USA.
#

__version__ = '1.7.1'
__version__ = '1.7.2'

from .biggles import (
Circle,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -160,7 +160,7 @@ def dir_ends_in(dir, x):

setup(
name="biggles",
version="1.7.1",
version="1.7.2",
author="Mike Nolta",
author_email="mike@nolta.net",
url="https://github.com/biggles-plot/biggles",
Expand Down

0 comments on commit e9feea2

Please sign in to comment.