Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Feb 16, 2022
1 parent ded4ba3 commit 4c3e8f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#### Development

* Install dependencies from `setup.py` `python3 setup.py install`
* run *__main__.py* `python3 -m ipy2d`

#### Lint and Format

Expand Down
2 changes: 1 addition & 1 deletion ipy2d/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ipy2d.convert import *

__version__ = "0.0.7"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="ipy2d",
version="0.0.7",
version="0.1.0",
description="Convert IP addresses to integers",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4c3e8f4

Please sign in to comment.