Skip to content

Commit

Permalink
bumped version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Dec 31, 2016
1 parent cd85765 commit c093ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xlwings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
import sys

__version__ = '0.10.1'
__version__ = '0.10.2'

# Python 2 vs 3
PY3 = sys.version_info[0] == 3
Expand Down
2 changes: 1 addition & 1 deletion xlwings/xlwings.bas
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Attribute VB_Name = "xlwings"
' xlwings.org, version: 0.10.1
' xlwings.org, version: 0.10.2
'
' Copyright (C) 2014-2016, Zoomer Analytics LLC (www.zoomeranalytics.com)
' License: BSD 3-clause (see LICENSE.txt for details)
Expand Down

0 comments on commit c093ab3

Please sign in to comment.