Skip to content

Commit

Permalink
first release candidate for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBogdan committed Feb 5, 2021
1 parent a7969a9 commit ddd0173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def test_version(self):
Test the `__version__` global variable.
"""

self.assertEqual(weaviate.__version__, "2.1.0", "Check if the version is set correctly!")
self.assertEqual(weaviate.__version__, "2.1.0rc0", "Check if the version is set correctly!")
2 changes: 1 addition & 1 deletion weaviate/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Weaviate-Python-Client version.
"""

__version__ = "2.1.0"
__version__ = "2.1.0rc0"

0 comments on commit ddd0173

Please sign in to comment.