Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
build: replace version with a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZayats authored Oct 18, 2022
1 parent ba527ff commit 00cb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "0.3.1"
VERSION = "{{VERSION_PLACEHOLDER}}" # will be replaced by the version number during the build process


def get_readme() -> str:
Expand Down

0 comments on commit 00cb2b0

Please sign in to comment.