Skip to content

Commit

Permalink
to v.2.0.0 (#41)
Browse files Browse the repository at this point in the history
Version 2.0.0
  • Loading branch information
lindakarlovska authored Nov 2, 2022
1 parent 42b58c6 commit 36453d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Linda Kladivova"

# The full version, including alpha/beta/rc tags
release = "2.0"
release = "2.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Pokud máte nainstalovaný a aktualizovaný pip klient, můžete spustit::

pip install pywsdp
Verze 2.0 podporuje python verze 3.7 a vyšší.
Verze 2.0.0 podporuje python verze 3.7 a vyšší.


Docker image
Expand Down
2 changes: 1 addition & 1 deletion pywsdp/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from pywsdp.base.exceptions import WSDPError


__version__ = "2.0"
__version__ = "2.0.0"


class WSDPBase:
Expand Down

0 comments on commit 36453d6

Please sign in to comment.