Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Updated version to 0.2.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Aug 23, 2021
1 parent a08b706 commit 153d947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ python3 -m pip install -U https://github.com/Luna-Klatzer/openhiven.py/archive/m
For the full documentation visit the documentation build
[here](https://Luna-Klatzer.github.io/docs_openhiven.py/)

### Usage Example (v0.2.dev1)
### Usage Example (v0.2.dev2)

*The following listeners will not pass args to the listener until 0.2.dev2:*

Expand Down
2 changes: 1 addition & 1 deletion openhivenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__title__ = "openhiven.py"
__author__ = "Luna Klatzer"
__license__ = "MIT"
__version__ = "0.2.dev1"
__version__ = "0.2.dev2"
__copyright__ = "Luna Klatzer"

import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="openhivenpy",
version="0.2.dev1",
version="0.2.dev2",
author="Luna Klatzer",
author_email="luna.klatzer@gmail.com",
description="The OpenSource Python API Wrapper and Bot-Framework for Hiven",
Expand Down

0 comments on commit 153d947

Please sign in to comment.