Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
release: set version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgomes1994 committed Jan 13, 2022
1 parent 51efe73 commit f48b33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shutil

PROJECT = "bgforce"
VERSION = [0, 0, 1]
VERSION = [0, 0, 3]

curPath = Path(__file__).parent.resolve()
releaseTarget = curPath / ("release/" + PROJECT + "-v" + ".".join([str(i) for i in VERSION]))
Expand Down Expand Up @@ -86,4 +86,4 @@

with open(target.as_posix(), "w", encoding="utf-8") as openedFile:
openedFile.write(targetFileContent)


0 comments on commit f48b33a

Please sign in to comment.