Skip to content

Commit

Permalink
Bumping version from 0.1.9 to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Aug 31, 2022
1 parent e0866d4 commit c2422d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rosrestpy"
version = "0.1.9"
version = "0.1.10"
description = "RouterOS v7 REST API python module"
authors = ["hexatester <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion ros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.9"
__version__ = "0.1.10"
from .inteface import InterfaceModule
from .ip import IPModule
from .ppp import PPPModule
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rospy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestRos:
def test_version(self):
assert __version__ == "0.1.9"
assert __version__ == "0.1.10"

def test_log(self, ros):
for log in ros.log:
Expand Down

0 comments on commit c2422d4

Please sign in to comment.