Skip to content

Commit e6746a3

Browse files
authored
Merge pull request #7 from karellen/readme_shields_release
Release 0.0.1
2 parents 576df11 + 83ff366 commit e6746a3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

README.rst

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
Multiprocessing extension for Gevent_ (geventmp_)
33
==================================================
44

5+
.. image:: https://img.shields.io/gitter/room/karellen/Lobby?logo=gitter
6+
:target: https://gitter.im/karellen/Lobby
7+
:alt: Gitter
8+
.. image:: https://img.shields.io/travis/karellen/geventmp/master?logo=travis
9+
:target: https://travis-ci.org/karellen/geventmp
10+
:alt: Build Status
11+
.. image:: https://img.shields.io/coveralls/github/karellen/geventmp/master?logo=coveralls
12+
:target: https://coveralls.io/r/karellen/geventmp?branch=master
13+
:alt: Coverage Status
14+
15+
|
16+
17+
.. image:: https://img.shields.io/pypi/v/geventmp?logo=pypi
18+
:target: https://pypi.org/project/geventmp/
19+
:alt: GeventMP Version
20+
.. image:: https://img.shields.io/pypi/pyversions/geventmp?logo=pypi
21+
:target: https://pypi.org/project/geventmp/
22+
:alt: GeventMP Python Versions
23+
.. image:: https://img.shields.io/pypi/dd/geventmp?logo=pypi
24+
:target: https://pypi.org/project/geventmp/
25+
:alt: GeventMP Downloads Per Day
26+
.. image:: https://img.shields.io/pypi/dw/geventmp?logo=pypi
27+
:target: https://pypi.org/project/geventmp/
28+
:alt: GeventMP Downloads Per Week
29+
.. image:: https://img.shields.io/pypi/dm/geventmp?logo=pypi
30+
:target: https://pypi.org/project/geventmp/
31+
:alt: GeventMP Downloads Per Month
32+
33+
|
34+
535
.. warning::
636
HIC SUNT DRACONES!!!
737

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use_plugin("copy_resources")
1212

1313
name = "geventmp"
14-
version = "0.0.1.dev"
14+
version = "0.0.1"
1515

1616
summary = "Multiprocessing Gevent Extension"
1717
authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]

0 commit comments

Comments
 (0)