Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 25, 2022
1 parent 19eaa49 commit 1b8df4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RLC Chart
:target: https://pypi.python.org/pypi/rlc_chart/

:Author: Ken Kundert
:Version: 0.1.0
:Released: 2021-03-25
:Version: 1.0.0
:Released: 2022-01-25


.. _what:
Expand Down Expand Up @@ -640,8 +640,8 @@ Releases
Latest development release
""""""""""""""""""""""""""

| Version: 0.1.0
| Released: 2021-03-25
| Version: 1.0.0
| Released: 2022-01-25
1.0 (2022-01-25)
""""""""""""""""
Expand Down
4 changes: 2 additions & 2 deletions rlc_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*RLC Chart* is a Python library that creates SVG impedance charts with
capacitance and inductance overlays.
"""
__version__ = '0.1.0'
__released__ = '2021-03-25'
__version__ = '1.0.0'
__released__ = '2022-01-25'


# License {{{1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'rlc_chart',
version = '0.1.0',
version = '1.0.0',
description = 'A library that renders impedance charts that include capacitance and inductance grids.',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 1b8df4e

Please sign in to comment.