Skip to content

Commit

Permalink
Merge pull request #49 from stephantul/48-release-411
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
stephantul committed Jul 20, 2023
2 parents 87c5910 + 2f8d59f commit db502a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
except ImportError:
__all__ = ["Reach", "normalize"]

__version__ = "4.1.0"
__version__ = "4.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="reach",
version="4.1.0",
version="4.1.1",
description="A light-weight package for working with pre-trained word embeddings",
author="Stéphan Tulkens",
author_email="stephantul@gmail.com",
Expand Down

0 comments on commit db502a1

Please sign in to comment.