diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cedfc20..36ab25e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = True tag = True sign_tags = True diff --git a/nextinspace/__init__.py b/nextinspace/__init__.py index 975ef8e..0a3f513 100644 --- a/nextinspace/__init__.py +++ b/nextinspace/__init__.py @@ -1,5 +1,5 @@ # Version of the nextinspace package -__version__ = "1.0.3" +__version__ = "1.0.4" # Package name __name__ = "nextinspace"