Skip to content

Commit

Permalink
Improving descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidban77 committed Aug 1, 2019
1 parent b1d337c commit 53a162e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# gns3fy Change History

## 0.1.1

**Enhancement**
- Adding `Gns3Connector` method `get_version`

## 0.1.0

- Initial Push
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[tool.poetry]
name = "gns3fy"
version = "0.1.0"
version = "0.1.1"
description = "Python wrapper around GNS3 Server API"
authors = ["David Flores <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/davidban77/gns3fy"
homepage = "https://github.com/davidban77/gns3fy"
keywords = ["network", "gns3"]
classifiers = [
"Programming Language :: Python :: 3.7",
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 53a162e

Please sign in to comment.