Skip to content

Commit b76173a

Browse files
authored
Merge pull request #6 from OpenVoiceOS/release-0.0.4a1
Release 0.0.4a1
2 parents 3bea10d + c651255 commit b76173a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## [0.0.3a1](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/tree/0.0.3a1) (2025-06-08)
3+
## [0.0.4a1](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/tree/0.0.4a1) (2025-11-05)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/compare/0.0.2...0.0.3a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/compare/0.0.3...0.0.4a1)
66

77
**Merged pull requests:**
88

9-
- fix: compatibility with ovos-plugin-manager 1.X.X [\#3](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/pull/3) ([JarbasAl](https://github.com/JarbasAl))
9+
- Update ovos-plugin-manager version range [\#5](https://github.com/OpenVoiceOS/ovos-wolfram-alpha-solver/pull/5) ([JarbasAl](https://github.com/JarbasAl))
1010

1111

1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 0
4-
VERSION_BUILD = 3
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 4
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ovos-utils>=0.7.0,<1.0.0
2-
ovos-plugin-manager>=0.0.26,<2.0.0
2+
ovos-plugin-manager>=0.0.26,<3.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def package_files(directory):
6363

6464

6565
setup(
66-
name=PKG_NAME,
66+
name=PKG_NAME.replace("-", "_"),
6767
version=get_version(),
6868
description='ovos wolfram-alpha plugin',
6969
long_description=long_description,

0 commit comments

Comments
 (0)