Skip to content

Commit

Permalink
Bump version: 0.5.0b4 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Jun 7, 2018
1 parent 941c7ae commit 81cfe99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.5.0b4
current_version = 0.5.0
files = properties/__init__.py setup.py docs/conf.py

4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.5.0b4'
version = u'0.5.0'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0b4'
release = u'0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion properties/__init__.py
Expand Up @@ -89,7 +89,7 @@ class Profile(properties.HasProperties):
ValidationError,
)

__version__ = '0.5.0b4'
__version__ = '0.5.0'
__author__ = 'Seequent'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 Seequent'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
EXTRAS.update({'full': sum(EXTRAS.values(), [])})
setup(
name='properties',
version='0.5.0b4',
version='0.5.0',
packages=find_packages(exclude=('tests',)),
install_requires=['six>=1.7.3'],
extras_require=EXTRAS,
Expand Down

0 comments on commit 81cfe99

Please sign in to comment.