Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscub committed Jan 18, 2020
1 parent ab74bf5 commit d33e89f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __nautapy__ Python API para el portal cautivo [Nauta](https://secure.etecsa.net:
Instalación:

```bash
pip3 install --upgrade https://github.com/abrahamtoledo/nautapy.git#v0.1.0
pip3 install --upgrade https://github.com/abrahamtoledo/nautapy.git#v0.2.0
```

## Modo de uso
Expand Down
2 changes: 1 addition & 1 deletion nautapy/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__name__ = "nautapy"
__cli__ = "nauta"
__version__ = "0.1.0"
__version__ = "0.2.0"

__author__ = "Abraham Toledo Sanchez"
__email__ = "[email protected]"
Expand Down

0 comments on commit d33e89f

Please sign in to comment.