Skip to content

Commit

Permalink
get next version
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Oct 21, 2022
1 parent b6ba509 commit 2485117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup_get_next_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def combine(self, status_pre=None):
return
self.version = f"{self.major}.{self.minor}.{self.patch}.{self.patch2}"

def next_version(self):
...


def increment(self, next_status=True):
major = self.major
Expand Down

0 comments on commit 2485117

Please sign in to comment.