Skip to content

Commit

Permalink
Update version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed May 3, 2023
1 parent ca4cbfc commit 0294dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mparticle/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None,
self.host = host
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'mParticle Python client/0.15.0'
self.user_agent = 'mParticle Python client/0.16.0'

@property
def user_agent(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "mparticle"
VERSION = "0.15.0"
VERSION = "0.16.0"


# To install the library, run the following
Expand Down

0 comments on commit 0294dd3

Please sign in to comment.