Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpogue committed Jul 4, 2021
1 parent 503144d commit eb8c4bb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
:alt: Requirements Status
:target: https://requires.io/github/trevorpogue/sections/requirements/?branch=main

.. |commits-since| image:: https://img.shields.io/github/commits-since/trevorpogue/sections/v0.0.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/trevorpogue/sections/v0.0.3.svg
:alt: Commits since latest release
:target: https://github.com/trevorpogue/sections/compare/v0.0.2...main
:target: https://github.com/trevorpogue/sections/compare/v0.0.3...main

.. end-badges
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
year = '2021'
author = 'Trevor Edwin Pogue'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.2'
version = release = '0.0.3'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
:alt: Requirements Status
:target: https://requires.io/github/trevorpogue/sections/requirements/?branch=main

.. |commits-since| image:: https://img.shields.io/github/commits-since/trevorpogue/sections/v0.0.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/trevorpogue/sections/v0.0.3.svg
:alt: Commits since latest release
:target: https://github.com/trevorpogue/sections/compare/v0.0.2...main
:target: https://github.com/trevorpogue/sections/compare/v0.0.3...main

.. end-badges
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def readme():

setup(
name='sections',
version='0.0.2',
version='0.0.3',
license='MIT',
description=('Flexible tree data structures for organizing lists and dicts'
+ ' into sections.'),
Expand Down
2 changes: 1 addition & 1 deletion src/sections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://github.com/trevorpogue/sections
"""

__version__ = '0.0.2'
__version__ = '0.0.3'
__all__ = ['MetaSection', 'Section', 'SectionNone']

import sys
Expand Down

0 comments on commit eb8c4bb

Please sign in to comment.