Skip to content

Commit

Permalink
Update version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Dec 7, 2022
1 parent cd0c601 commit 45b1d8f
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 @@ -89,7 +89,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.13.0'
self.user_agent = 'mParticle Python client/0.14.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.13.0"
VERSION = "0.14.0"


# To install the library, run the following
Expand Down

0 comments on commit 45b1d8f

Please sign in to comment.