Skip to content

Commit

Permalink
rebase B
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kaminski de Souza committed Jan 5, 2021
2 parents 5351d21 + 27a9c3b commit 0102cc9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[bumpversion]
current_version = 1.0.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:scripts/deploy.ps1]
5 changes: 5 additions & 0 deletions scripts/deploy.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python setup.py sdist bdist_wheel
$version="1.0.0"
$files_to_handle_str="dist/time_series_transformer-$version*"
twine check $files_to_handle_str
twine upload $files_to_handle_str
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
long_description = fh.read()

setuptools.setup(
<<<<<<< HEAD
name="tst",
version="0.3.0",
author="Max Cohen",
author_email="[email protected]",
=======
name="time_series_transformer",
version="1.0.0",
author="Daniel Kaminski de Souza",
author_email="[email protected]",
>>>>>>> 27a9c3b58c74a1217403b8e008d275bd0e8ac3c5
description="Time Series Transformer",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0102cc9

Please sign in to comment.