Skip to content

Commit 0a8fa5c

Browse files
author
meshya
committed
remove auto version handling
1 parent cdf2235 commit 0a8fa5c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setup.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
from setuptools import setup, find_packages
22

3-
import subprocess
4-
5-
def get_version():
6-
try:
7-
return subprocess.check_output(["git", "describe", "--tags", "--always"]).strip().decode()
8-
except Exception:
9-
return "0.1.0"
10-
113
setup(
124
name="aiogram-sqlalchemy-storage",
13-
version=get_version(),
5+
version='v0.1.1-2',
146
description="SQLAlchemy-based storage for aiogram FSM",
157
long_description=open("README.md").read(),
168
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)