Skip to content

Commit

Permalink
Version bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francishorsman committed Aug 25, 2017
1 parent 44dbf0f commit d44652b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoft/__version__.py
Expand Up @@ -3,9 +3,9 @@
# pragma: no-cover

__title__ = 'hoft'
__description__ = 'Higher Order Func Tools.'
__description__ = 'Higher Order Func Tools for Python2.7.'
__url__ = 'https://github.com/sys-git/hoft'
__version__ = '0.2'
__version__ = '0.3'
__author__ = 'Francis Horsman'
__author_email__ = 'francis.horsman@gmail.com'
__license__ = 'MIT'
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
@@ -0,0 +1,5 @@
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=0

0 comments on commit d44652b

Please sign in to comment.