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

Commit

Permalink
Bump version: 0.0.2 → 0.0.3-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jan 31, 2022
1 parent 7b7a948 commit f0dc67f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3-rc0
commit = True
tag = True
tag_name = {new_version}
Expand Down Expand Up @@ -34,7 +34,7 @@ packages = find:
python_requires = >=3.9
setup_requires =
setuptools_scm
install_requires =
install_requires =
numpy

[options.extras_require]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup(version="0.0.2")
setup(version="0.0.3-rc0")
2 changes: 1 addition & 1 deletion sld/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from sld.slidebook import SlideBook

__version__ = "0.0.2"
__version__ = "0.0.3-rc0"

0 comments on commit f0dc67f

Please sign in to comment.