Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbearman committed Nov 25, 2022
1 parent 491a40c commit 05bf818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mopst/algorithm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# -*- coding: utf-8 -*-

## Version: 1.0.0
## Versioning approach based on Semantic Versioning https://semver.org/ with adaptions as suggested here: https://softwareengineering.stackexchange.com/questions/200002/semantic-versioning-for-desktop-applications/357887#357887
## i.e. MAJOR.MINOR.PATCH
## MAJOR major changes to interface / installation process
## MINOR new features, no new installation required
## PATCH bug-fixing

import os
import shutil

Expand Down

0 comments on commit 05bf818

Please sign in to comment.