Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 1c84021

Browse files
committed
version bump
1 parent 4d138dd commit 1c84021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
setup(
1212
name = 'pymjq',
1313
packages = ['pymjq'], # this must be the same as the name above
14-
version = '1.1.0',
14+
version = '1.2.0',
1515
description = 'Simple MongoDB based job queue',
1616
# long_description=long_description,
1717
license = 'MIT',
1818
author = 'Andy Craze',
1919
author_email = '[email protected]',
2020
url = 'https://github.com/discogs/pymongo-job-queue', # use the URL to the github repo
21-
download_url = 'https://github.com/discogs/pymongo-job-queue/tarball/1.1.0',
21+
download_url = 'https://github.com/discogs/pymongo-job-queue/tarball/1.2.0',
2222
keywords = ['queue', 'pymongo', 'mongodb', 'job', 'async', 'worker', 'tail'], # arbitrary keywords
2323
classifiers = [
2424
# Indicate who the project is intended for

0 commit comments

Comments
 (0)