Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Mar 2, 2021
1 parent 1d882de commit bdd37f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.1.3 (2021-03-02)
------------------

* Updates domain sources
* Adds tests on Python 3.9

0.1.2 (2020-09-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyswot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """James Meakin"""
__email__ = "[email protected]"
__version__ = "0.1.2"
__version__ = "0.1.3"

from .pyswot import find_school_names, is_academic

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/diagnijmegen/rse-pyswot",
version="0.1.2",
version="0.1.3",
zip_safe=False,
)

0 comments on commit bdd37f8

Please sign in to comment.