Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 4722a09

Browse files
committed
Bump the release
1 parent f8774ef commit 4722a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: newrelic_plugin_agent/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__init__.py
33
44
"""
5-
__version__ = '1.2.2'
5+
__version__ = '1.2.3'
66

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777

7878
setup(name='newrelic_plugin_agent',
79-
version='1.2.2',
79+
version='1.2.3',
8080
description='Python based agent for collecting metrics for NewRelic',
8181
url='https://github.com/MeetMe/newrelic-plugin-agent',
8282
packages=['newrelic_plugin_agent', 'newrelic_plugin_agent.plugins'],

0 commit comments

Comments
 (0)