Skip to content

Commit

Permalink
Bump version: 0.4.0b1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Feb 21, 2018
1 parent c50d610 commit 44dedf4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.4.0b1
current_version = 0.4.0
files = properties/__init__.py setup.py docs/conf.py

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.4.0b1'
version = u'0.4.0'
# The full version, including alpha/beta/rc tags.
release = u'0.4.0b1'
release = u'0.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Profile(properties.HasProperties):
undefined,
)

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

0 comments on commit 44dedf4

Please sign in to comment.