Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#842 fixed version

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bugfix/SG-000_fix_version
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      documentation/source/conf.py
  2. 1
    1
      src/super_gradients/__init__.py
@@ -29,7 +29,7 @@ copyright = "2021, SuperGradients team"
 author = "SuperGradients team"
 author = "SuperGradients team"
 
 
 # The full version, including alpha/beta/rc tags
 # The full version, including alpha/beta/rc tags
-release = "3.0.2"
+release = "3.0.9"
 
 
 
 
 # -- General configuration ---------------------------------------------------
 # -- General configuration ---------------------------------------------------
Discard
@@ -24,6 +24,6 @@ __all__ = [
     "setup_device",
     "setup_device",
 ]
 ]
 
 
-__version__ = "3.0.8"
+__version__ = "3.0.9"
 
 
 env_sanity_check()
 env_sanity_check()
Discard