Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Sep 16, 2019
1 parent 63da3c7 commit c04545a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/project/erpbrasil.base

.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.base/vv1.0.0..svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.base/vvv1.0.0...svg
:alt: Commits since latest release
:target: https://github.com/erpbrasil/erpbrasil.base/compare/vv1.0.0....master
:target: https://github.com/erpbrasil/erpbrasil.base/compare/vvv1.0.0.....master

.. |wheel| image:: https://img.shields.io/pypi/wheel/erpbrasil.base.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2019'
author = 'Luis Felipe Mileo'
copyright = '{0}, {1}'.format(year, author)
version = release = 'version = release = '1.0.0''
version = release = 'version = release = 'version = release = '1.0.0'''

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='erpbrasil.base',
version='version='1.0.0'',
version='version='version='1.0.0''',
license='MIT license',
description='Base',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/erpbrasil/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '__version__ = '1.0.0''
__version__ = '__version__ = '__version__ = '1.0.0'''

0 comments on commit c04545a

Please sign in to comment.