Skip to content

Commit

Permalink
Hardcode the verson
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 14, 2024
1 parent 1731b59 commit 7df1f58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from setuptools import setup, find_packages
from ckanext.qa import __version__

setup(
name='ckanext-qa',
version=__version__,
version=2.0,
description='Quality Assurance plugin for CKAN',
long_description='',
classifiers=[],
Expand Down

0 comments on commit 7df1f58

Please sign in to comment.