diff --git a/.bumpversion.toml b/.bumpversion.toml index 5621832..434a893 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.1-dev0" +current_version = "0.2.1" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/alphamap/__init__.py b/alphamap/__init__.py index 42283ae..3ced358 100644 --- a/alphamap/__init__.py +++ b/alphamap/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1-dev0" +__version__ = "0.2.1" diff --git a/release/macos/Info.plist b/release/macos/Info.plist index 3b5f265..dca90f4 100644 --- a/release/macos/Info.plist +++ b/release/macos/Info.plist @@ -9,9 +9,9 @@ CFBundleIconFile alpha_logo.icns CFBundleIdentifier - alphamap.0.2.1-dev0 + alphamap.0.2.1 CFBundleShortVersionString - 0.2.1-dev0 + 0.2.1 CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/release/macos/distribution.xml b/release/macos/distribution.xml index fb0684d..84ce3a3 100755 --- a/release/macos/distribution.xml +++ b/release/macos/distribution.xml @@ -1,6 +1,6 @@ - AlphaMap 0.2.1-dev0 + AlphaMap 0.2.1 diff --git a/release/windows/alphamap_innoinstaller.iss b/release/windows/alphamap_innoinstaller.iss index 0f5191d..d04687f 100644 --- a/release/windows/alphamap_innoinstaller.iss +++ b/release/windows/alphamap_innoinstaller.iss @@ -5,7 +5,7 @@ ; so all paths are given relative to the location of this .iss file. #define MyAppName "AlphaMap" -#define MyAppVersion "0.2.1-dev0" +#define MyAppVersion "0.2.1" #define MyAppPublisher "Max Planck Institute of Biochemistry, Mann department" #define MyAppURL "https://github.com/MannLabs/alphamap" #define MyAppExeName "alphamap_gui.exe" diff --git a/settings.ini b/settings.ini index efa97f6..2b1ee76 100644 --- a/settings.ini +++ b/settings.ini @@ -13,7 +13,7 @@ user = ibludau # author_email = email@example.com copyright = Mann Labs branch = master -version = 0.2.1-dev0 +version = 0.2.1 min_python = 3.8 audience = Developers language = English