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

Commit 6ee2653

Browse files
committed
Bump for next rev
1 parent 0965a32 commit 6ee2653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0'
5+
__version__ = '1.2.1'
66

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.0',
79+
version='1.2.1',
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)