Skip to content

Commit

Permalink
Bumping to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward committed Dec 22, 2016
1 parent 1dfa8a6 commit a9fe322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

NAME = 'plex-lastfm-scrobbler'
VERSION = '2.0.0'
VERSION = '3.0.0'

setup(
name = 'plex_scrobble',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cache.py
@@ -1,11 +1,11 @@
import logging
import os.path
import unittest
from os import remove

from config import config
from plex_scrobble.scrobble_cache import ScrobbleCache

import logging
logging.disable(logging.CRITICAL)


Expand Down
2 changes: 1 addition & 1 deletion tests/test_log_parser.py
@@ -1,8 +1,8 @@
import logging
import unittest

from plex_scrobble.plex_monitor import parse_line

import logging
logging.disable(logging.CRITICAL)


Expand Down

0 comments on commit a9fe322

Please sign in to comment.