summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-09-27 13:54:48 +0200
committerKarl Lorey <git@karllorey.com>2020-09-27 13:54:48 +0200
commit68e59a948cd2e448bdd79240456ce447b1cf04db (patch)
treed2544f5fd4e66c81aeb5dc062e26ceedcea4ee38
parent873f75f2802ace85d0d292ee60d251b277f84118 (diff)
Bump version: 0.1.1 → 0.1.2v0.1.2
-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 02a9136..9aac9d5 100644
--- a/mlscraper/__init__.py
+++ b/mlscraper/__init__.py
@@ -1,6 +1,6 @@
__author__ = """Karl Lorey"""
__email__ = "git@karllorey.com"
-__version__ = "0.1.1"
+__version__ = "0.1.2"
import logging
import random
diff --git a/setup.cfg b/setup.cfg
index e9a1e36..3cd6a53 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index b94a00f..9b34698 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.1",
+ version="0.1.2",
zip_safe=False,
)