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

setup.cfg 339 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. [bumpversion]
  2. current_version = 0.4.8
  3. commit = True
  4. tag = True
  5. [bumpversion:file:setup.py]
  6. search = version='{current_version}'
  7. replace = version='{new_version}'
  8. [bumpversion:file:wandb/__init__.py]
  9. search = __version__ = '{current_version}'
  10. replace = __version__ = '{new_version}'
  11. [bdist_wheel]
  12. universal = 1
  13. [flake8]
  14. exclude = docs
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...