File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
__title__ = 'Django Petra'
2
- __version__ = '0.0.01 '
2
+ __version__ = '0.0.3 '
3
3
__author__ = 'Mostafa'
4
4
5
5
# Version synonym
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ def get_version(package):
21
21
print ("Try using `pip install -U twine wheel`.\n Exiting." )
22
22
sys .exit ()
23
23
os .system ("twine upload dist/*" )
24
- # print("You probably want to also tag the version now:")
25
- # print(" git tag -a %s -m 'version %s'" % (version, version))
26
- # print(" git push --tags")
27
- # shutil.rmtree('dist')
28
- # shutil.rmtree('build')
29
- # shutil.rmtree('django-petra .egg-info')
24
+ print ("You probably want to also tag the version now:" )
25
+ print (" git tag -a %s -m 'version %s'" % (version , version ))
26
+ print (" git push --tags" )
27
+ shutil .rmtree ('dist' )
28
+ shutil .rmtree ('build' )
29
+ shutil .rmtree ('django_petra .egg-info' )
30
30
sys .exit ()
31
31
32
32
def read (f ):
You can’t perform that action at this time.
0 commit comments