From 9e05795ec2505ba624acd53e6a608eb8e9352468 Mon Sep 17 00:00:00 2001 From: Aust Date: Thu, 15 Jul 2021 11:17:30 -0600 Subject: [PATCH] Bump version to v0.4.0 --- .bumpversion.cfg | 2 +- README.md | 2 +- simphony/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3dd3c135..8ec83eff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1dev0 +current_version = 0.4.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/README.md b/README.md index 240299d4..1325229b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Simphony: A Simulator for Photonic circuits

-Development version +Development version PyPI Version PyPI - Python Version Build Status diff --git a/simphony/__init__.py b/simphony/__init__.py index 59a1f764..742efe1d 100644 --- a/simphony/__init__.py +++ b/simphony/__init__.py @@ -42,7 +42,7 @@ + " detected)." ) -__version__ = "0.3.1dev0" +__version__ = "0.4.0" __license__ = "MIT" __project_url__ = "https://github.com/BYUCamachoLab/simphony" __forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"