Skip to content

Commit e12eace

Browse files
committed
update version
1 parent 320c5c2 commit e12eace

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Biblioteca de CULQI para el lenguaje Python, pagos simples en tu sitio web. Cons
77

88
| Versión actual | Culqi API |
99
| ------------------ | ---------------------------- |
10-
| 1.0.1 (2020-01-01) | [v2](https://culqi.com/api/) |
10+
| 1.0.2 (2020-01-03) | [v2](https://culqi.com/api/) |
1111

1212
## Requisitos
1313

culqi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = ("1", "0", "1")
1+
VERSION = ("1", "0", "2")

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class VersionTest(unittest.TestCase):
77
@staticmethod
88
def test_version():
9-
assert __version__ == "1.0.1"
9+
assert __version__ == "1.0.2"
1010

1111

1212
if __name__ == "__main__":

0 commit comments

Comments
 (0)