Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
bump: version 0.1.0a0 → 0.1.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 6, 2022
1 parent 4504c75 commit d3c6726
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.1.0a0.{build}
version: 0.1.0a1.{build}

image:
- Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion dash_charts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from beartype.roar import BeartypeDecorHintPepDeprecationWarning
from loguru import logger

__version__ = '0.1.0a0'
__version__ = '0.1.0a1'
__pkg_name__ = 'dash_charts'

logger.disable(__pkg_name__)
Expand Down
1 change: 1 addition & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Fix

- more fixes for nox_coverage
- properly use pd.concat
- resolve warnings from dash
- migrate to dash-bootstrap-components >=1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ change_type_order = [
"Change (Old)",
"Fix (Old)",
]
version = "0.1.0a0"
version = "0.1.0a1"
version_files = ["pyproject.toml", "dash_charts/__init__.py", "appveyor.yml"]

[tool.commitizen.cz_legacy_map]
Expand All @@ -34,7 +34,7 @@ New = "New (Old)"

[tool.poetry]
name = "dash_charts"
version = "0.1.0a0"
version = "0.1.0a1"
description = "Python package for Plotly/Dash apps with support for multi-page, modules, and new charts such as Pareto with an Object Orient Approach"
license = "MIT"
authors = ["Kyle King <[email protected]>"]
Expand Down

0 comments on commit d3c6726

Please sign in to comment.