Skip to content

Commit a665fc1

Browse files
committed
Use the PyPI version of commanderbot-lib
1 parent a0afa93 commit a665fc1

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Changed
10+
11+
- Now using the PyPI version of `commanderbot-lib`
12+
713
## [0.1.0] - 2020-09-24
814

915
### Added

poetry.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commanderbot-ext"
3-
version = "0.1.0"
3+
version = "0.2.0-dev1"
44
description = "A collection of cogs and extensions for discord.py bots."
55
authors = ["Arcensoth <[email protected]>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ keywords = ['discord', 'bot']
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.8"
14-
commanderbot-lib = { git = "https://github.com/CommanderBot-Dev/commanderbot-lib.git", tag = "v0.1.0" }
14+
commanderbot-lib = "^0.1.0"
1515
"discord.py" = "^1.4.1"
1616

1717
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)