Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrannas authored Mar 7, 2024
1 parent 21ab877 commit c3f4f0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions panoptic_back/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def parse_requirements(req_file):


NAME = "panoptic"
VERSION = panoptic.__version__
# VERSION = panoptic.__version__
VERSION = "0.3.0rc1"
# Get dependencies from requirement files
SETUP_REQUIRES = ['setuptools', 'setuptools-git', 'wheel']
INSTALL_REQUIRES = parse_requirements('requirements.txt')
Expand Down Expand Up @@ -51,4 +52,4 @@ def _copy_html_data(directory):


if __name__ == "__main__":
setup_package()
setup_package()

0 comments on commit c3f4f0f

Please sign in to comment.