Skip to content

Commit

Permalink
[FIX] Set base version of the lib to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ygcarvalh committed Dec 8, 2023
1 parent 3a921ca commit 2c1bc88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True

Expand All @@ -19,6 +19,6 @@ replace = /v{new_version}...main
search = version = release = '{current_version}'
replace = version = release = '{new_version}'

[bumpversion:file:src/nfselib.barueri/__init__.py]
[bumpversion:file:src/nfselib/barueri/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ default_context:
test_matrix_separate_coverage: 'no'
travis: 'no'
travis_osx: 'no'
version: '0.0.1'
version: '0.1.0'
version_manager: 'bump2version'
website: 'https://erpbrasil.github.io'
year_from: '2023'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

0.0.1 (2023-04-07)
0.1.0 (2023-04-07)
------------------

* First release on PyPI.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/nfselib.barueri

.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/nfselib.barueri/v0.0.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/nfselib.barueri/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/erpbrasil/nfselib.barueri/compare/v0.0.1...main
:target: https://github.com/erpbrasil/nfselib.barueri/compare/v0.1.0...main



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
year = '2023'
author = 'Luis Felipe Mileo'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.1'
version = release = '0.1.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 @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name='nfselib.barueri',
version='0.0.1',
version='0.1.0',
license='MIT',
description='Python Library to genereate Barueri NFS-e',
long_description='{}\n{}'.format(
Expand Down

0 comments on commit 2c1bc88

Please sign in to comment.