summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-09-27 13:43:23 +0200
committerKarl Lorey <git@karllorey.com>2020-09-27 13:43:23 +0200
commita1fcb2f52c4edcfd2a0aaec48141c99349b51259 (patch)
tree3c3b26b26b5d82a5d405c68cbf8580fc7bcda3ae
parent79798dde6610dae6425ff5c467123addbc196610 (diff)
Bump version: 0.1.0 → 0.1.1v0.1.1
-rw-r--r--mlscraper/__init__.py2
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/mlscraper/__init__.py b/mlscraper/__init__.py
index 904449e..02a9136 100644
--- a/mlscraper/__init__.py
+++ b/mlscraper/__init__.py
@@ -1,6 +1,6 @@
__author__ = """Karl Lorey"""
__email__ = "git@karllorey.com"
-__version__ = "0.1.0"
+__version__ = "0.1.1"
import logging
import random
diff --git a/setup.cfg b/setup.cfg
index a044200..e9a1e36 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.0
+current_version = 0.1.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 29284e5..b94a00f 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,6 @@ setup(
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/lorey/mlscraper",
- version="0.1.0",
+ version="0.1.1",
zip_safe=False,
)