Skip to content

Commit

Permalink
Nowa wersja
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 committed Dec 27, 2018
1 parent baca34f commit 0c3acfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Vulcan API

.. image:: https://img.shields.io/pypi/v/vulcan-api.svg
:target: https://pypi.org/project/vulcan-api/
:alt: v0.1.3
:alt: v0.1.4

.. image:: https://img.shields.io/pypi/pyversions/vulcan-api.svg
:target: https://pypi.org/project/vulcan-api/
:alt: Supported Python versions: 3
:alt: Supported Python versions: 3.4, 3.5, 3.6, 3.7

Opis
^^^^
Expand All @@ -28,14 +28,13 @@ Możesz zainstalować ``vulcan-api`` za pomocą ``pip``
$ pip install vulcan-api
lub ręcznie przy użyciu `flit`
lub

.. code:: console
$ pip install flit
$ git clone https://github.com/kapi2289/vulcan-api.git
$ cd vulcan-api
$ python -m flit install
$ pip install .
Dokumentacja
^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion vulcan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .vulcan import *

__version__ = '0.1.3'
__version__ = '0.1.4'
__doc__ = 'Nieoficjalne API do dzienniczka elektronicznego UONET+'

__all__ = [
Expand Down

0 comments on commit 0c3acfe

Please sign in to comment.