Skip to content

Commit e8a0381

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 03997df commit e8a0381

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
files = properties/__init__.py setup.py docs/conf.py
44

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = u'0.2.0'
69+
version = u'0.2.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'0.2.0'
71+
release = u'0.2.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Profile(properties.HasProperties):
3737
from .utils import defaults, undefined
3838
from .handlers import observer, validator
3939

40-
__version__ = '0.2.0'
40+
__version__ = '0.2.1'
4141
__author__ = '3point Science'
4242
__license__ = 'MIT'
4343
__copyright__ = 'Copyright 2016 3point Science,'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="properties",
27-
version="0.2.0",
27+
version="0.2.1",
2828
packages=find_packages(),
2929
install_requires=[
3030
'future',

0 commit comments

Comments
 (0)