Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Nov 17, 2023
1 parent a14fe68 commit e845de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion fdtd/__init__.py
@@ -1,7 +1,7 @@
""" Python 3D FDTD Simulator """

__author__ = "Floris laporte"
__version__ = "0.3.0"
__version__ = "0.3.1"

from .grid import Grid
from .sources import PointSource, LineSource, PlaneSource
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = fdtd
version = 0.3.0
version = 0.3.1
description = a 3D electromagnetic FDTD simulator written in Python
author = Floris Laporte
author_email = floris.laporte@gmail.com
Expand Down

0 comments on commit e845de0

Please sign in to comment.