[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Nov 15, 2023
1 parent 6bf4e2d commit 870d7e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion alphapept/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

__requirements__ = {
"": "requirements/requirements.txt",
Expand Down
2 changes: 1 addition & 1 deletion alphapept/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
AUTHOR_EMAIL = "straussmaximilian@gmail.com"
COPYRIGHT = "Mann Labs"
BRANCH = "master"
VERSION_NO = "0.5.1"
VERSION_NO = "0.5.2"
MIN_PYTHON = "3.6"
MAX_PYTHON = "4"
AUDIENCE = "Developers"
Expand Down
2 changes: 1 addition & 1 deletion installer/one_click_windows/alphapept_innoinstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "AlphaPept"
#define MyAppVersion "0.5.1"
#define MyAppVersion "0.5.2"
#define MyAppPublisher "MannLabs"
#define MyAppURL "https://github.com/MannLabs/alphapept"
#define MyAppExeName "alphapept.exe"
Expand Down
2 changes: 1 addition & 1 deletion installer/one_click_windows/create_installer_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ call DEL /F/Q/S dist > NUL
call RMDIR /Q/S build
call RMDIR /Q/S dist
call python setup.py sdist bdist_wheel
call pip install dist/alphapept-0.5.1-py3-none-any.whl[stable,gui-stable,legacy-stable]
call pip install dist/alphapept-0.5.2-py3-none-any.whl[stable,gui-stable,legacy-stable]
call pip install pyinstaller==4.10
call cd installer/one_click_windows
call pyinstaller ../alphapept.spec -y
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Maximilian T. Strauss
author_email = straussmaximilian@gmail.com
copyright = Mann Labs
branch = master
version = 0.5.1
version = 0.5.2
min_python = 3.6
max_python = 4
audience = Developers
Expand Down

0 comments on commit 870d7e2

Please sign in to comment.