Skip to content

Commit cce758c

Browse files
committed
Bump version: 0.0.22 → 0.1.0
1 parent 1c72273 commit cce758c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.22
2+
current_version = 0.1.0
33
files = setup.py recommends/__init__.py
44
commit = True
55
tag = True

recommends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_version = "0.0.22"
1+
_version = "0.1.0"
22
__version__ = VERSION = tuple(map(int, _version.split('.')))
33

44
default_app_config = 'recommends.apps.RecommendsConfig'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = "0.0.22"
4+
VERSION = "0.1.0"
55

66

77
def read(fname):

0 commit comments

Comments
 (0)