Skip to content

Commit f6a67f5

Browse files
committed
Bump version: 0.5.5 → 0.5.6
1 parent ca6c400 commit f6a67f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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.5.5
2+
current_version = 0.5.6
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
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.5.5'
67+
version = u'0.5.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'0.5.5'
69+
release = u'0.5.6'
7070

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

properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Profile(properties.HasProperties):
8989
ValidationError,
9090
)
9191

92-
__version__ = '0.5.5'
92+
__version__ = '0.5.6'
9393
__author__ = 'Seequent'
9494
__license__ = 'MIT'
9595
__copyright__ = 'Copyright 2018 Seequent'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
EXTRAS.update({'full': sum(EXTRAS.values(), [])})
3030
setup(
3131
name='properties',
32-
version='0.5.5',
32+
version='0.5.6',
3333
packages=find_packages(exclude=('tests',)),
3434
install_requires=['six>=1.7.3'],
3535
extras_require=EXTRAS,

0 commit comments

Comments
 (0)