Commit deecef28 authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

fix: don't include version in release

parent 803dd33f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
image: docker:27.3
image: docker:27.4

variables:
  DOCKER_DRIVER: overlay2
  DOCKER_TLS_CERTDIR: ""

services:
  - docker:19.03.0-dind
  - docker:27.4-dind

stages:
  - build
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ master_doc = "index"

# General information about the project.
project = "borch"
copyright = "2018-%s, Desupervised" % time.strftime("%Y")
copyright = "2024-%s, Desupervised" % time.strftime("%Y")
author = "Desupervised"

# The version info for the project you're documenting, acts as replacement for
+0 −1
Original line number Diff line number Diff line
@@ -74,4 +74,3 @@ from borch.module import (
from borch.optimizer_collection import OptimizersCollection
from borch.random_variable import RandomVariable, RVPair, validate_args
from borch.transform import Transform
from borch.version import __version__