Skip to content

Commit

Permalink
Codyl/version update (#2)
Browse files Browse the repository at this point in the history
* Update version for new release

Signed-off-by: Cody Lin <codyl@twitter.com>

* remove inadvertent addition

Signed-off-by: Cody Lin <codyl@twitter.com>
  • Loading branch information
codyjlin authored and Grant Garner committed Jun 13, 2022
1 parent f8e26fd commit e448d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/python/feast/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ def get_version():
except pkg_resources.DistributionNotFound:
sdk_version = "unknown"
return sdk_version


"""Contains the version string of Twitter Feast."""

__version__ = '0.11.1+twtr2'

0 comments on commit e448d59

Please sign in to comment.