Skip to content

Commit

Permalink
build: bump version to 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Nov 30, 2022
1 parent eaa11f4 commit 420f521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast_plotter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def split_version(version):
return tuple(result)


__version__ = '1.0.0a0'
__version__ = '1.0.0a1'
version_info = split_version(__version__) # noqa
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0a0
current_version = 1.0.0a1
commit = True
tag = False

Expand Down

0 comments on commit 420f521

Please sign in to comment.