Skip to content

Commit

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

:Author: Ken Kundert
:Version: 0.0.1
:Version: 0.1.0
:Released: 2021-03-25

What?
Expand Down
2 changes: 1 addition & 1 deletion rlc_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*RLC Chart* is a Python library that creates SVG impedance charts with
capacitance and inductance overlays.
"""
__version__ = '0.0.1'
__version__ = '0.1.0'
__released__ = '2021-03-25'


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.0.1',
version = '0.1.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 3ee968b

Please sign in to comment.